]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove specific Python version from #!
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 6 Apr 2004 19:42:34 +0000 (19:42 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 6 Apr 2004 19:42:34 +0000 (19:42 +0000)
Lib/reconvert.py

index ab6d04001c5ccf1dca0a60130e3efb0c31d2d7b7..2c77ee91db5cf1addcc095efb3e792bede7a1266 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/env python1.5
+#! /usr/bin/env python
 
 r"""Convert old ("regex") regular expressions to new syntax ("re").