diff options
-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"). |