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
# Copyright (C) 2007 Red Hat
# see file 'COPYING' for use and warranty information
#

View File

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

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# Authors: Rob Crittenden <rcritten@redhat.com>
# Authors: Simo Sorce <ssorce@redhat.com>
#

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# Authors: Jr Aquino <jr.aquino@citrix.com>
# Authors: Rob Crittenden <rcritten@redhat.com>
# Authors: Simo Sorce <ssorce@redhat.com>

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# Authors: Rob Crittenden <rcritten@redhat.com>
#
# Copyright (C) 2008 Red Hat

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# Authors: Rob Crittenden <rcritten@redhat.com>
# Authors: Simo Sorce <ssorce@redhat.com>
#

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# Authors: Simo Sorce <ssorce@redhat.com>
#
# Copyright (C) 2008-2010 Red Hat

2
ipa
View File

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

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# Copyright (C) 2007 Red Hat
# see file 'COPYING' for use and warranty information
#

View File

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

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
"""
Run IPA unit tests under multiple versions of Python (if present).

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/python
# Authors:
# Rob Crittenden <rcritten@redhat.com>
#