Skip to content

Commit cd6be20

Browse files
committed
Use "/usr/bin/env python" per the prevailing style
1 parent 64be309 commit cd6be20

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/etc/tidy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python2.5
1+
#!/usr/bin/env python
22

33
import sys, fileinput, subprocess
44

src/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22

33
import os
44
import sys

0 commit comments

Comments
 (0)