summaryrefslogtreecommitdiffstats
path: root/Lib/cgi.py
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-03-11 22:05:58 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-03-11 22:05:58 (GMT)
commit8c703a0ba6ce48a54c8fc00b088a62e08146318f (patch)
tree3801b8607241aa2f3dfd0a42dad49b7a8f6a5287 /Lib/cgi.py
parent894197d9f136d404707361a99d0c1199f958614a (diff)
downloadcpython-8c703a0ba6ce48a54c8fc00b088a62e08146318f.zip
cpython-8c703a0ba6ce48a54c8fc00b088a62e08146318f.tar.gz
cpython-8c703a0ba6ce48a54c8fc00b088a62e08146318f.tar.bz2
Merged revisions 78844 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r78844 | benjamin.peterson | 2010-03-11 16:03:45 -0600 (Thu, 11 Mar 2010) | 1 line revert r78842 cgi.py change ........
Diffstat (limited to 'Lib/cgi.py')
-rwxr-xr-xLib/cgi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/cgi.py b/Lib/cgi.py
index efd7fde..9e16a1d 100755
--- a/Lib/cgi.py
+++ b/Lib/cgi.py
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/local/bin/python
# NOTE: the above "/usr/local/bin/python" is NOT a mistake. It is
# intentionally NOT "/usr/bin/env python". On many systems