Files
swift-mirror/utils/gyb
Jason Barrett Prado 17e5594bec Make gyb explicitly reference python2.7
The default python on some systems is not 2.7, but gyb needs python2.7
precisely.
2016-03-03 16:14:26 -08:00

4 lines
47 B
Python
Executable File

#!/usr/bin/env python2.7
import gyb
gyb.main()