From: Benjamin Peterson Date: Thu, 11 Mar 2010 21:55:56 +0000 (+0000) Subject: Merged revisions 78841-78842 via svnmerge from X-Git-Tag: v3.2a1~1515 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=894197d9f136d404707361a99d0c1199f958614a;p=python 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 ........ --- diff --git a/Lib/cgi.py b/Lib/cgi.py index 9e16a1df62..efd7fde0ff 100755 --- a/Lib/cgi.py +++ b/Lib/cgi.py @@ -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