summaryrefslogtreecommitdiff
path: root/Python
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
commitac71eae38f6433ec4a6064cb48d1a814d1b3eda9 (patch)
treea40e55c8020a598b24f20ae890efc2b9eaf02af2 /Python
parentd1e45b1d11599db33a915fc9326285bfa896b2d7 (diff)
downloadcpython-ac71eae38f6433ec4a6064cb48d1a814d1b3eda9.tar.gz
fix bootstrapping on machines with only 2.x installed
Diffstat (limited to 'Python')
-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).
"""