summaryrefslogtreecommitdiff
path: root/Lib/re.py
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2006-03-16 06:27:37 +0000
committerNeal Norwitz <nnorwitz@gmail.com>2006-03-16 06:27:37 +0000
commit978a38aa768eb2cc7b4ff8b69bb573b4012c50fb (patch)
treea1670778730f74e4e8a8f94fdd5e7c1f3a14c931 /Lib/re.py
parentc472485ae1b54f70775541c18bebd09ad7a33df2 (diff)
downloadcpython-978a38aa768eb2cc7b4ff8b69bb573b4012c50fb.tar.gz
Remove re.py, in order to rename sre.py -> re.py (svn seems to require 2 steps).
Diffstat (limited to 'Lib/re.py')
-rw-r--r--Lib/re.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/Lib/re.py b/Lib/re.py
deleted file mode 100644
index f1cbe2c126..0000000000
--- 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__