blob: b91aec7e0d92a4b69401e2909921ef9307911872 [file] [log] [blame]
Fred Drakeb8f22742001-09-04 19:10:20 +00001"""Minimal "re" compatibility wrapper"""
2
Guido van Rossumad9eba72002-07-28 19:04:07 +00003engine = "sre" # Some apps might use this undocumented variable
4
Andrew M. Kuchling7fd1c8c2002-04-10 21:15:40 +00005from sre import *
6from sre import __all__