summaryrefslogtreecommitdiffstats
path: root/ipapython
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2011-01-13 12:26:30 -0500
committerRob Crittenden <rcritten@redhat.com>2011-01-14 16:27:48 -0500
commitd7bd9138c803659bbcc3320a4656478ee73f2b3d (patch)
tree6ea62f47b9436292e25e7f7c5ca6f94e4d096d66 /ipapython
parent81311a9f4efbcd353bcc201b58940f11c2f72e44 (diff)
downloadfreeipa-d7bd9138c803659bbcc3320a4656478ee73f2b3d.tar.gz
freeipa-d7bd9138c803659bbcc3320a4656478ee73f2b3d.tar.xz
freeipa-d7bd9138c803659bbcc3320a4656478ee73f2b3d.zip
Execute /usr/bin/python directly instead of /usr/bin/env python
ticket 608
Diffstat (limited to 'ipapython')
-rw-r--r--ipapython/setup.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipapython/setup.py.in b/ipapython/setup.py.in
index 5eca8468c..d9ee28c55 100644
--- a/ipapython/setup.py.in
+++ b/ipapython/setup.py.in
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
# Copyright (C) 2007 Red Hat
# see file 'COPYING' for use and warranty information
#