Execute /usr/bin/python directly instead of /usr/bin/env python

ticket 608
This commit is contained in:
Rob Crittenden
2011-01-13 12:26:30 -05:00
parent 81311a9f4e
commit d7bd9138c8
12 changed files with 12 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# Authors:
# Jason Gerard DeRose <jderose@redhat.com>
#