diff options
author | Benjamin Peterson <benjamin@python.org> | 2011-12-29 18:07:21 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2011-12-29 18:07:21 (GMT) |
commit | f51d36a743c943b87db9238b34c3df5c3ee6b299 (patch) | |
tree | 480b0518ec483c6fcf9a840ccae4f2617edecc06 /Parser | |
parent | 9b9c708de1465b15d4fcebb7c6250e23be151995 (diff) | |
download | cpython-f51d36a743c943b87db9238b34c3df5c3ee6b299.zip cpython-f51d36a743c943b87db9238b34c3df5c3ee6b299.tar.gz cpython-f51d36a743c943b87db9238b34c3df5c3ee6b299.tar.bz2 |
evidently some buildbots don't have python 3 installed
Diffstat (limited to 'Parser')
-rwxr-xr-x | Parser/asdl_c.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Parser/asdl_c.py b/Parser/asdl_c.py index 56140ed..07c06de 100755 --- a/Parser/asdl_c.py +++ b/Parser/asdl_c.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#! /usr/bin/env python """Generate C code from an ASDL description.""" # TO DO |