Commit 978a38aa authored by Neal Norwitz's avatar Neal Norwitz

Remove re.py, in order to rename sre.py -> re.py (svn seems to require 2 steps).

parent c472485a
"""Minimal "re" compatibility wrapper. See "sre" for documentation."""
engine = "sre" # Some apps might use this undocumented variable
from sre import *
from sre import __all__
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment