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