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/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/run.py') 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 -- cgit v1.2.3