summaryrefslogtreecommitdiffstats
path: root/Parser
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2007-02-23 20:00:10 (GMT)
committerThomas Wouters <thomas@python.org>2007-02-23 20:00:10 (GMT)
commit8b4a3e8fc21f6b7214481b54fb4268ecda6b98a7 (patch)
tree59783e572f5737f44332e7261a3a78ad48935ff1 /Parser
parent00e41defe8801ef37548fb60abacb3be13156d2a (diff)
downloadcpython-8b4a3e8fc21f6b7214481b54fb4268ecda6b98a7.zip
cpython-8b4a3e8fc21f6b7214481b54fb4268ecda6b98a7.tar.gz
cpython-8b4a3e8fc21f6b7214481b54fb4268ecda6b98a7.tar.bz2
Touch file to regenerate Python-ast.[ch]
Diffstat (limited to 'Parser')
-rw-r--r--Parser/Python.asdl1
1 files changed, 1 insertions, 0 deletions
diff --git a/Parser/Python.asdl b/Parser/Python.asdl
index fd47aa0..fc1a6da 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)
}
+