aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/etc/tidy.py2
-rwxr-xr-xsrc/run.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/etc/tidy.py b/src/etc/tidy.py
index 41908ac4..057f5c2b 100644
--- a/src/etc/tidy.py
+++ b/src/etc/tidy.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.5
+#!/usr/bin/env python
import sys, fileinput, subprocess
diff --git a/src/run.py b/src/run.py
index 6077166a..47a46ce9 100755
--- a/src/run.py
+++ b/src/run.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
import os
import sys