OpenSimMirror/bin/ScriptEngines/Lib/re.py

7 lines
186 B
Python
Raw Permalink Normal View History

2008-02-22 18:11:10 +00: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__