diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-03-11 22:05:58 +0000 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-03-11 22:05:58 +0000 |
commit | 4abd93e9a8d040f6242c2e20162f3a3eada5f3fa (patch) | |
tree | a33cf9f7c0197c76f94ebd5b2ed6bb01795ee56b /Lib/cgi.py | |
parent | 22f966de5325739de39258319be6d2b282b924c3 (diff) | |
download | cpython-4abd93e9a8d040f6242c2e20162f3a3eada5f3fa.tar.gz |
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-x | Lib/cgi.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/cgi.py b/Lib/cgi.py index efd7fde0ff..9e16a1df62 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 |