From: Ka-Ping Yee Date: Tue, 3 Oct 2000 08:32:00 +0000 (+0000) Subject: Change first line to #!/usr/bin/env python (really just to test check-in). X-Git-Tag: v2.0c1~148 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=099e534fa4cefb18b53ed0668f08dbd89deea78f;p=thirdparty%2FPython%2Fcpython.git Change first line to #!/usr/bin/env python (really just to test check-in). --- diff --git a/Lib/cgi.py b/Lib/cgi.py index dd5bee6a9d1a..1e1b2b771fd0 100755 --- a/Lib/cgi.py +++ b/Lib/cgi.py @@ -1,4 +1,4 @@ -#! /usr/local/bin/python +#!/usr/bin/env python """Support module for CGI (Common Gateway Interface) scripts.