summaryrefslogtreecommitdiff
path: root/Lib/cgi.py
diff options
context:
space:
mode:
authorKa-Ping Yee <ping@zesty.ca>2000-10-03 08:32:00 +0000
committerKa-Ping Yee <ping@zesty.ca>2000-10-03 08:32:00 +0000
commitd5eb8a46e898b42fca3555ee24c49d2d1731de3d (patch)
tree6106f3bf1065e2ea2109b96196756836e1175e14 /Lib/cgi.py
parent4a2a78b6d539bc84b595ff84fd0f8a0586cd54ec (diff)
downloadcpython-d5eb8a46e898b42fca3555ee24c49d2d1731de3d.tar.gz
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 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.