]> granicus.if.org Git - python/commitdiff
Change first line to #!/usr/bin/env python (really just to test check-in).
authorKa-Ping Yee <ping@zesty.ca>
Tue, 3 Oct 2000 08:32:00 +0000 (08:32 +0000)
committerKa-Ping Yee <ping@zesty.ca>
Tue, 3 Oct 2000 08:32:00 +0000 (08:32 +0000)
Lib/cgi.py

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