Results of a rewrite pass
[python/dscho.git] / Lib / re.py
blobb91aec7e0d92a4b69401e2909921ef9307911872
1 """Minimal "re" compatibility wrapper"""
3 engine = "sre" # Some apps might use this undocumented variable
5 from sre import *
6 from sre import __all__