summaryrefslogtreecommitdiff
path: root/Parser
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2011-12-29 12:07:21 -0600
committerBenjamin Peterson <benjamin@python.org>2011-12-29 12:07:21 -0600
commitf51d36a743c943b87db9238b34c3df5c3ee6b299 (patch)
tree480b0518ec483c6fcf9a840ccae4f2617edecc06 /Parser
parent9b9c708de1465b15d4fcebb7c6250e23be151995 (diff)
downloadcpython-git-f51d36a743c943b87db9238b34c3df5c3ee6b299.tar.gz
evidently some buildbots don't have python 3 installed
Diffstat (limited to 'Parser')
-rwxr-xr-xParser/asdl_c.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Parser/asdl_c.py b/Parser/asdl_c.py
index 56140ed9fd..07c06dea72 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