For scripts, use the Python interpreter that's found on the path.

This commit is contained in:
Cat's Eye Technologies 2014-05-17 07:19:35 +01:00
parent bfbe169364
commit 8f53f2d213
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