0001 """Minimal "re" compatibility wrapper. See "sre" for documentation.""" 0002 0003 engine = "sre" # Some apps might use this undocumented variable 0004 0005 from sre import * 0006 from sre import __all__ 0007
Generated by PyXR 0.9.4