Commit 725ccd18 authored by Thomas Wouters's avatar Thomas Wouters

Merge trunk's 43068, deleting re.py. This leaves the branch in a broken

state (unless you happen to have a re.pyc lying around), but it'll be fixed
in the next merge.
parent a977329b
"""Minimal "re" compatibility wrapper. See "sre" for documentation."""
engine = "sre" # Some apps might use this undocumented variable
from sre import *
from sre import __all__
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment