summaryrefslogtreecommitdiffstats
path: root/Lib/cgi.py
diff options
context:
space:
mode:
authorKa-Ping Yee <ping@zesty.ca>2000-10-03 08:32:00 (GMT)
committerKa-Ping Yee <ping@zesty.ca>2000-10-03 08:32:00 (GMT)
commit099e534fa4cefb18b53ed0668f08dbd89deea78f (patch)
tree773e37c3c24ebbea07a3fd6d01e075f5903ab383 /Lib/cgi.py
parent5f84c9b55eef50291b97f7970afa9108e0aef1eb (diff)
downloadcpython-099e534fa4cefb18b53ed0668f08dbd89deea78f.zip
cpython-099e534fa4cefb18b53ed0668f08dbd89deea78f.tar.gz
cpython-099e534fa4cefb18b53ed0668f08dbd89deea78f.tar.bz2
Change first line to #!/usr/bin/env python (really just to test check-in).
Diffstat (limited to 'Lib/cgi.py')
-rwxr-xr-xLib/cgi.py2
1 files changed, 1 insertions, 1 deletions
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.