Use "/usr/bin/env python" per the prevailing style

This commit is contained in:
Patrick Walton 2010-08-19 10:25:58 -07:00
parent 64be30936b
commit cd6be20caa
2 changed files with 2 additions and 2 deletions

View file

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

View file

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