diff options
Diffstat (limited to 'Lib/sre_compile.py')
-rw-r--r-- | Lib/sre_compile.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/sre_compile.py b/Lib/sre_compile.py index a51531b498..c0423750e3 100644 --- a/Lib/sre_compile.py +++ b/Lib/sre_compile.py @@ -1,6 +1,5 @@ # # Secret Labs' Regular Expression Engine -# $Id$ # # convert template to internal format # |