From: Martin Panter Date: Sat, 24 Sep 2016 05:38:14 +0000 (+0000) Subject: Revert unintended commit to asdl_c.py X-Git-Tag: v2.7.13rc1~113 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d0aa32daa9caf1b854ef5e6527335e6a3f63f02;p=thirdparty%2FPython%2Fcpython.git Revert unintended commit to asdl_c.py --- diff --git a/Parser/asdl_c.py b/Parser/asdl_c.py index 44c3a6d3ac4f..3d46220300e3 100755 --- a/Parser/asdl_c.py +++ b/Parser/asdl_c.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python2 +#! /usr/bin/env python """Generate C code from an ASDL description.""" # TO DO