Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f51d36a

Browse files
committed
evidently some buildbots don't have python 3 installed
1 parent 9b9c708 commit f51d36a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Parser/asdl_c.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/bin/env python3
1+
#! /usr/bin/env python
22
"""Generate C code from an ASDL description."""
33

44
# TO DO

0 commit comments

Comments
 (0)