From: Benjamin Peterson Date: Thu, 29 Dec 2011 18:03:55 +0000 (-0600) Subject: run AST toolchain on python3 X-Git-Tag: v3.3.0a1~510 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3ab85886d6ba0e9cae548b07429ff783a4f633bc;p=thirdparty%2FPython%2Fcpython.git run AST toolchain on python3 --- diff --git a/Parser/asdl_c.py b/Parser/asdl_c.py index 07c06dea725f..56140ed9fd42 100755 --- a/Parser/asdl_c.py +++ b/Parser/asdl_c.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! /usr/bin/env python3 """Generate C code from an ASDL description.""" # TO DO