[Python-checkins] r68337 - peps/trunk/genpepindex.py

benjamin.peterson python-checkins at python.org
Mon Jan 5 04:49:32 CET 2009


Author: benjamin.peterson
Date: Mon Jan  5 04:49:32 2009
New Revision: 68337

Log:
use python 2.5

Modified:
   peps/trunk/genpepindex.py

Modified: peps/trunk/genpepindex.py
==============================================================================
--- peps/trunk/genpepindex.py	(original)
+++ peps/trunk/genpepindex.py	Mon Jan  5 04:49:32 2009
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python2.5
 """Auto-generate PEP 0 (PEP index).
 
 Generating the PEP index is a multi-step process.  To begin, you must first


More information about the Python-checkins mailing list