summaryrefslogtreecommitdiffstats
path: root/Lib/re.py
diff options
context:
space:
mode:
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 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__