summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2006-03-16 06:27:37 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2006-03-16 06:27:37 (GMT)
commit559e88be2816d6ce382ef8c079ef68ca9dcbbbee (patch)
treec8347bec8120cdf0155ef4583d267d037894bbac /Lib
parent04d151372463c57d7a7c0ffee1d227b4a5cc3b06 (diff)
downloadcpython-559e88be2816d6ce382ef8c079ef68ca9dcbbbee.zip
cpython-559e88be2816d6ce382ef8c079ef68ca9dcbbbee.tar.gz
cpython-559e88be2816d6ce382ef8c079ef68ca9dcbbbee.tar.bz2
Remove re.py, in order to rename sre.py -> re.py (svn seems to require 2 steps).
Diffstat (limited to 'Lib')
-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__