]> granicus.if.org Git - python/commitdiff
Remove re.py, in order to rename sre.py -> re.py (svn seems to require 2 steps).
authorNeal Norwitz <nnorwitz@gmail.com>
Thu, 16 Mar 2006 06:27:37 +0000 (06:27 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Thu, 16 Mar 2006 06:27:37 +0000 (06:27 +0000)
Lib/re.py [deleted file]

diff --git a/Lib/re.py b/Lib/re.py
deleted file mode 100644 (file)
index f1cbe2c..0000000
--- a/Lib/re.py
+++ /dev/null
@@ -1,6 +0,0 @@
-"""Minimal "re" compatibility wrapper.  See "sre" for documentation."""
-
-engine = "sre" # Some apps might use this undocumented variable
-
-from sre import *
-from sre import __all__