diff options
| author | Thomas Wouters <thomas@python.org> | 2007-02-23 20:00:10 +0000 |
|---|---|---|
| committer | Thomas Wouters <thomas@python.org> | 2007-02-23 20:00:10 +0000 |
| commit | 8b4a3e8fc21f6b7214481b54fb4268ecda6b98a7 (patch) | |
| tree | 59783e572f5737f44332e7261a3a78ad48935ff1 | |
| parent | 00e41defe8801ef37548fb60abacb3be13156d2a (diff) | |
| download | cpython-git-8b4a3e8fc21f6b7214481b54fb4268ecda6b98a7.tar.gz | |
Touch file to regenerate Python-ast.[ch]
| -rw-r--r-- | Parser/Python.asdl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Parser/Python.asdl b/Parser/Python.asdl index fd47aa0bc5..fc1a6dab14 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) } + |
