diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-03-11 22:03:45 +0000 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-03-11 22:03:45 +0000 |
commit | afa595b31bc3e3ff1fd1e5f03ee9dd4db14371a7 (patch) | |
tree | 70ab90faf37b175277283a52ae81ab791c05b6a2 /Lib/cgi.py | |
parent | 651bc32a4ebfebfc69b0e7fd0a34abee40274bbb (diff) | |
download | cpython-git-afa595b31bc3e3ff1fd1e5f03ee9dd4db14371a7.tar.gz |
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 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 |