diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-03-11 21:55:56 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-03-11 21:55:56 (GMT) |
commit | 894197d9f136d404707361a99d0c1199f958614a (patch) | |
tree | 8c0f4a206608f1fb16427ff4ae040349b05b5990 /Lib/cgi.py | |
parent | 1d1ab9734a0e5778a494d1be4c47f8e181371a00 (diff) | |
download | cpython-894197d9f136d404707361a99d0c1199f958614a.zip cpython-894197d9f136d404707361a99d0c1199f958614a.tar.gz cpython-894197d9f136d404707361a99d0c1199f958614a.tar.bz2 |
Merged revisions 78841-78842 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78841 | benjamin.peterson | 2010-03-11 15:50:45 -0600 (Thu, 11 Mar 2010) | 1 line
remove executable property from doc files
........
r78842 | benjamin.peterson | 2010-03-11 15:53:25 -0600 (Thu, 11 Mar 2010) | 1 line
use proper shebang lines
........
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/local/bin/python +#! /usr/bin/env python # NOTE: the above "/usr/local/bin/python" is NOT a mistake. It is # intentionally NOT "/usr/bin/env python". On many systems |