diff options
Diffstat (limited to 'src/etc')
| -rw-r--r-- | src/etc/tidy.py | 2 |
1 files changed, 1 insertions, 1 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 |