]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
evidently some buildbots don't have python 3 installed
authorBenjamin Peterson <benjamin@python.org>
Thu, 29 Dec 2011 18:07:21 +0000 (12:07 -0600)
committerBenjamin Peterson <benjamin@python.org>
Thu, 29 Dec 2011 18:07:21 +0000 (12:07 -0600)
Parser/asdl_c.py

index 56140ed9fd42e058c8052b625dadbd303dd964ba..07c06dea725ff222be9e1a6dad247260b6c9292a 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 """Generate C code from an ASDL description."""
 
 # TO DO