diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-03-16 06:27:37 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-03-16 06:27:37 (GMT) |
commit | 559e88be2816d6ce382ef8c079ef68ca9dcbbbee (patch) | |
tree | c8347bec8120cdf0155ef4583d267d037894bbac /Lib | |
parent | 04d151372463c57d7a7c0ffee1d227b4a5cc3b06 (diff) | |
download | cpython-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.py | 6 |
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__ |