blob: 4fef1dc178d28fdbe24d2b0caedea777cad88ac2 [file] [log] [blame]
Fred Drakeb8f22742001-09-04 19:10:20 +00001"""Minimal "re" compatibility wrapper"""
2
Fredrik Lundhef7bae62000-06-30 22:01:36 +00003# To help us fix any remaining bugs in the new engine, please
4# report what went wrong. You can either use the following web
5# page:
6#
Guido van Rossum8c743352000-08-01 20:28:33 +00007# http://sourceforge.net/bugs/?group_id=5470
Fredrik Lundhef7bae62000-06-30 22:01:36 +00008#
9# or send a mail to SRE's author:
10#
11# Fredrik Lundh <effbot@telia.com>
12#
13# Make sure to include the pattern, the string SRE failed to
14# match, and what result you expected.
15#
16# thanks /F
17#
Guido van Rossum6ebb3871999-07-09 21:15:32 +000018
Andrew M. Kuchling7fd1c8c2002-04-10 21:15:40 +000019from sre import *
20from sre import __all__
Guido van Rossum6ebb3871999-07-09 21:15:32 +000021