[Python-checkins] cpython: evidently some buildbots don't have python 3 installed

benjamin.peterson python-checkins at python.org
Thu Dec 29 19:07:31 CET 2011


http://hg.python.org/cpython/rev/7010fa9bd190
changeset:   74197:7010fa9bd190
user:        Benjamin Peterson <benjamin at python.org>
date:        Thu Dec 29 12:07:21 2011 -0600
summary:
  evidently some buildbots don't have python 3 installed

files:
  Parser/asdl_c.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Parser/asdl_c.py b/Parser/asdl_c.py
--- a/Parser/asdl_c.py
+++ b/Parser/asdl_c.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
 """Generate C code from an ASDL description."""
 
 # TO DO

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list