commit | f51d36a743c943b87db9238b34c3df5c3ee6b299 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Thu Dec 29 12:07:21 2011 -0600 |
committer | Benjamin Peterson <benjamin@python.org> | Thu Dec 29 12:07:21 2011 -0600 |
tree | 480b0518ec483c6fcf9a840ccae4f2617edecc06 | |
parent | 9b9c708de1465b15d4fcebb7c6250e23be151995 [diff] |
evidently some buildbots don't have python 3 installed
diff --git a/Parser/asdl_c.py b/Parser/asdl_c.py index 56140ed..07c06de 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