summaryrefslogtreecommitdiff
path: root/Python/makeopcodetargets.py
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-03-11 23:39:40 +0000
committerBenjamin Peterson <benjamin@python.org>2010-03-11 23:39:40 +0000
commitb5cdf191ec572965371d52b76151506b72b78a15 (patch)
treec63a285d1cdd4904100100cd745f54a5759cae7d /Python/makeopcodetargets.py
parent90f5ba538bf40bcf4fd41049c7bf4296d3ffc9c7 (diff)
downloadcpython-git-b5cdf191ec572965371d52b76151506b72b78a15.tar.gz
fix bootstrapping on machines with only 2.x installed
Diffstat (limited to 'Python/makeopcodetargets.py')
-rwxr-xr-xPython/makeopcodetargets.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/makeopcodetargets.py b/Python/makeopcodetargets.py
index 7180e9aa77..a85ac52151 100755
--- a/Python/makeopcodetargets.py
+++ b/Python/makeopcodetargets.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
"""Generate C code for the jump table of the threaded code interpreter
(for compilers supporting computed gotos or "labels-as-values", such as gcc).
"""