diff options
| author | Patrick Walton <pcwalton@mimiga.net> | 2010-08-19 10:25:58 -0700 |
|---|---|---|
| committer | Patrick Walton <pcwalton@mimiga.net> | 2010-08-19 10:25:58 -0700 |
| commit | cd6be20caa6c4d5161cb656bb51ec2eb723aada6 (patch) | |
| tree | 5ab26cffadd8a90cbe0def33d37112f865dcff5f /src | |
| parent | 64be30936b3068e5964f6f1e5878411ec8bc646f (diff) | |
| download | rust-cd6be20caa6c4d5161cb656bb51ec2eb723aada6.tar.gz rust-cd6be20caa6c4d5161cb656bb51ec2eb723aada6.zip | |
Use "/usr/bin/env python" per the prevailing style
Diffstat (limited to 'src')
| -rw-r--r-- | src/etc/tidy.py | 2 | ||||
| -rwxr-xr-x | src/run.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/etc/tidy.py b/src/etc/tidy.py index 41908ac4051..057f5c2b27c 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 6077166a856..47a46ce9d91 100755 --- a/src/run.py +++ b/src/run.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python import os import sys |
