From: Benjamin Peterson Date: Thu, 29 Dec 2011 18:07:21 +0000 (-0600) Subject: evidently some buildbots don't have python 3 installed X-Git-Tag: v3.3.0a1~508 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f51d36a743c943b87db9238b34c3df5c3ee6b299;p=thirdparty%2FPython%2Fcpython.git evidently some buildbots don't have python 3 installed --- diff --git a/Parser/asdl_c.py b/Parser/asdl_c.py index 56140ed9fd42..07c06dea725f 100755 --- 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