fix bootstrapping on machines with only 2.x installed

This commit is contained in:
Benjamin Peterson 2010-03-11 23:39:40 +00:00
parent 90f5ba538b
commit b5cdf191ec

View file

@ -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).
"""