diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2004-04-06 19:42:34 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2004-04-06 19:42:34 (GMT) |
commit | d9b38d2729809dc47095ff37d66c7e207b8d5c81 (patch) | |
tree | c8ad2330315caa4ce35c5128c06fb359c029a052 /Lib/reconvert.py | |
parent | 7c9586545eb138343ca00ba3641e183691b4c273 (diff) | |
download | cpython-d9b38d2729809dc47095ff37d66c7e207b8d5c81.zip cpython-d9b38d2729809dc47095ff37d66c7e207b8d5c81.tar.gz cpython-d9b38d2729809dc47095ff37d66c7e207b8d5c81.tar.bz2 |
Remove specific Python version from #!
Diffstat (limited to 'Lib/reconvert.py')
-rwxr-xr-x | Lib/reconvert.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/reconvert.py b/Lib/reconvert.py index ab6d040..2c77ee9 100755 --- a/Lib/reconvert.py +++ b/Lib/reconvert.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python1.5 +#! /usr/bin/env python r"""Convert old ("regex") regular expressions to new syntax ("re"). |