Change first line to #!/usr/bin/env python (really just to test check-in).

This commit is contained in:
Ka-Ping Yee 2000-10-03 08:32:00 +00:00
parent 5f84c9b55e
commit 099e534fa4
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#! /usr/local/bin/python
#!/usr/bin/env python
"""Support module for CGI (Common Gateway Interface) scripts.