From cd6be20caa6c4d5161cb656bb51ec2eb723aada6 Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Thu, 19 Aug 2010 10:25:58 -0700 Subject: Use "/usr/bin/env python" per the prevailing style --- src/etc/tidy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/etc') 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 -- cgit v1.2.3