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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=099e534fa4cefb18b53ed0668f08dbd89deea78f;p=python 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 dd5bee6a9d..1e1b2b771f 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.