cpython/Lib/re.py

7 lines
180 B
Python
Raw Normal View History

2003-01-30 20:35:58 -04:00
"""Minimal "re" compatibility wrapper. See "sre" for documentation."""
engine = "sre" # Some apps might use this undocumented variable
from sre import *
from sre import __all__