Use "/usr/bin/env python" per the prevailing style
This commit is contained in:
parent
64be30936b
commit
cd6be20caa
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python2.5
|
||||
#!/usr/bin/env python
|
||||
|
||||
import sys, fileinput, subprocess
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
Loading…
Reference in New Issue
Block a user