blob: f1cbe2c1264995d14304609dcb2e02a9fc060a22 [file] [log] [blame]
Neil Schemenauer1e6ada02003-01-31 00:35:58 +00001"""Minimal "re" compatibility wrapper. See "sre" for documentation."""
Fred Drakeb8f22742001-09-04 19:10:20 +00002
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__