From 8b4a3e8fc21f6b7214481b54fb4268ecda6b98a7 Mon Sep 17 00:00:00 2001 From: Thomas Wouters Date: Fri, 23 Feb 2007 20:00:10 +0000 Subject: [PATCH] Touch file to regenerate Python-ast.[ch] --- Parser/Python.asdl | 1 + 1 file changed, 1 insertion(+) diff --git a/Parser/Python.asdl b/Parser/Python.asdl index fd47aa0bc51..fc1a6dab144 100644 --- a/Parser/Python.asdl +++ b/Parser/Python.asdl @@ -111,3 +111,4 @@ module Python version "$Revision$" -- import name with optional 'as' alias. alias = (identifier name, identifier? asname) } +