From f51d36a743c943b87db9238b34c3df5c3ee6b299 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Thu, 29 Dec 2011 12:07:21 -0600 Subject: [PATCH] evidently some buildbots don't have python 3 installed --- Parser/asdl_c.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Parser/asdl_c.py b/Parser/asdl_c.py index 56140ed9fd4..07c06dea725 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