commit | afa595b31bc3e3ff1fd1e5f03ee9dd4db14371a7 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Thu Mar 11 22:03:45 2010 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Thu Mar 11 22:03:45 2010 +0000 |
tree | 70ab90faf37b175277283a52ae81ab791c05b6a2 | |
parent | 651bc32a4ebfebfc69b0e7fd0a34abee40274bbb [diff] [blame] |
revert r78842 cgi.py change
diff --git a/Lib/cgi.py b/Lib/cgi.py index 77ecde6..db10a62 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