summaryrefslogtreecommitdiff
path: root/Lib/cgi.py
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-03-11 22:03:45 +0000
committerBenjamin Peterson <benjamin@python.org>2010-03-11 22:03:45 +0000
commitafa595b31bc3e3ff1fd1e5f03ee9dd4db14371a7 (patch)
tree70ab90faf37b175277283a52ae81ab791c05b6a2 /Lib/cgi.py
parent651bc32a4ebfebfc69b0e7fd0a34abee40274bbb (diff)
downloadcpython-git-afa595b31bc3e3ff1fd1e5f03ee9dd4db14371a7.tar.gz
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 77ecde6348..db10a6246c 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