Sometimes the Python you want isn't /usr/bin/python. Fix the shebang.

svn path=/trunk/; revision=48331
This commit is contained in:
Gerald Combs 2013-03-15 22:09:25 +00:00
parent 1ef83e3e76
commit f076414b6d
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#/usr/bin/python
#!/usr/bin/env python
#
# $Id$
#