diff options
| author | Patrick Walton <[email protected]> | 2010-08-19 10:25:58 -0700 |
|---|---|---|
| committer | Patrick Walton <[email protected]> | 2010-08-19 10:25:58 -0700 |
| commit | cd6be20caa6c4d5161cb656bb51ec2eb723aada6 (patch) | |
| tree | 5ab26cffadd8a90cbe0def33d37112f865dcff5f /src/run.py | |
| parent | Don't complain about \r when core.autocrlf is on in Git... and work in Python... (diff) | |
| download | rust-cd6be20caa6c4d5161cb656bb51ec2eb723aada6.tar.xz rust-cd6be20caa6c4d5161cb656bb51ec2eb723aada6.zip | |
Use "/usr/bin/env python" per the prevailing style
Diffstat (limited to 'src/run.py')
| -rwxr-xr-x | src/run.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python import os import sys |