From 099e534fa4cefb18b53ed0668f08dbd89deea78f Mon Sep 17 00:00:00 2001 From: Ka-Ping Yee Date: Tue, 3 Oct 2000 08:32:00 +0000 Subject: Change first line to #!/usr/bin/env python (really just to test check-in). --- Lib/cgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/cgi.py b/Lib/cgi.py index dd5bee6..1e1b2b7 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. -- cgit v0.12