diff options
author | Ka-Ping Yee <ping@zesty.ca> | 2000-10-03 08:32:00 +0000 |
---|---|---|
committer | Ka-Ping Yee <ping@zesty.ca> | 2000-10-03 08:32:00 +0000 |
commit | d5eb8a46e898b42fca3555ee24c49d2d1731de3d (patch) | |
tree | 6106f3bf1065e2ea2109b96196756836e1175e14 /Lib/cgi.py | |
parent | 4a2a78b6d539bc84b595ff84fd0f8a0586cd54ec (diff) | |
download | cpython-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-x | Lib/cgi.py | 2 |
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. |