From: Benjamin Peterson Date: Thu, 11 Mar 2010 22:03:45 +0000 (+0000) Subject: revert r78842 cgi.py change X-Git-Tag: v2.7b1~388 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=afa595b31bc3e3ff1fd1e5f03ee9dd4db14371a7;p=python revert r78842 cgi.py change --- 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