[Python-checkins] r78844 - python/trunk/Lib/cgi.py

benjamin.peterson python-checkins at python.org
Thu Mar 11 23:03:45 CET 2010


Author: benjamin.peterson
Date: Thu Mar 11 23:03:45 2010
New Revision: 78844

Log:
revert r78842 cgi.py change

Modified:
   python/trunk/Lib/cgi.py

Modified: python/trunk/Lib/cgi.py
==============================================================================
--- python/trunk/Lib/cgi.py	(original)
+++ python/trunk/Lib/cgi.py	Thu Mar 11 23:03:45 2010
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/local/bin/python
 
 # NOTE: the above "/usr/local/bin/python" is NOT a mistake.  It is
 # intentionally NOT "/usr/bin/env python".  On many systems


More information about the Python-checkins mailing list