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
1 changed files with 1 additions and 1 deletions

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 """Generate C code for the jump table of the threaded code interpreter
(for compilers supporting computed gotos or "labels-as-values", such as gcc). (for compilers supporting computed gotos or "labels-as-values", such as gcc).
""" """