Skip to content

Commit 78a5edc

Browse files
committed
Merge pull request #1535 from jasonprado/master
Make gyb explicitly reference python2.7
2 parents 065b2f0 + 17e5594 commit 78a5edc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/gyb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2.7
22
import gyb
33
gyb.main()

0 commit comments

Comments
 (0)