diff options
author | Ka-Ping Yee <ping@zesty.ca> | 2000-10-03 08:32:00 (GMT) |
---|---|---|
committer | Ka-Ping Yee <ping@zesty.ca> | 2000-10-03 08:32:00 (GMT) |
commit | 099e534fa4cefb18b53ed0668f08dbd89deea78f (patch) | |
tree | 773e37c3c24ebbea07a3fd6d01e075f5903ab383 /Lib/cgi.py | |
parent | 5f84c9b55eef50291b97f7970afa9108e0aef1eb (diff) | |
download | cpython-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-x | Lib/cgi.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#! /usr/local/bin/python +#!/usr/bin/env python """Support module for CGI (Common Gateway Interface) scripts. |