]> granicus.if.org Git - python/commitdiff
fix bootstrapping on machines with only 2.x installed
authorBenjamin Peterson <benjamin@python.org>
Thu, 11 Mar 2010 23:39:40 +0000 (23:39 +0000)
committerBenjamin Peterson <benjamin@python.org>
Thu, 11 Mar 2010 23:39:40 +0000 (23:39 +0000)
Python/makeopcodetargets.py

index 7180e9aa7701fcc8e0713b3e260d0ec0761db583..a85ac5215107ab0bde8326370a5ea2d13daaeca2 100755 (executable)
@@ -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).
 """