Merge pull request #25 from catseye/usr-bin-env-python

For scripts, use the Python interpreter that's found on the path.
This commit is contained in:
Michael C. Martin 2014-05-24 07:19:40 -07:00
commit f656a69a90
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
import struct
x = ''.join([chr(x) for x in range(256)])

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
import sys
verbose = 0

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
import sys
import subprocess