2001-09-04 19:10:20 +00:00
|
|
|
"""Minimal "re" compatibility wrapper"""
|
|
|
|
|
2000-06-30 22:01:36 +00:00
|
|
|
# To help us fix any remaining bugs in the new engine, please
|
|
|
|
# report what went wrong. You can either use the following web
|
|
|
|
# page:
|
|
|
|
#
|
2000-08-01 20:28:33 +00:00
|
|
|
# http://sourceforge.net/bugs/?group_id=5470
|
2000-06-30 22:01:36 +00:00
|
|
|
#
|
|
|
|
# or send a mail to SRE's author:
|
|
|
|
#
|
|
|
|
# Fredrik Lundh <effbot@telia.com>
|
|
|
|
#
|
|
|
|
# Make sure to include the pattern, the string SRE failed to
|
|
|
|
# match, and what result you expected.
|
|
|
|
#
|
|
|
|
# thanks /F
|
|
|
|
#
|
1999-07-09 21:15:32 +00:00
|
|
|
|
2002-04-10 21:15:40 +00:00
|
|
|
from sre import *
|
|
|
|
from sre import __all__
|