repo.or.cz
/
python
/
dscho.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Results of a rewrite pass
[python/dscho.git]
/
Lib
/
re.py
blob
b91aec7e0d92a4b69401e2909921ef9307911872
1
"""Minimal "re" compatibility wrapper"""
2
3
engine
=
"sre"
# Some apps might use this undocumented variable
4
5
from
sre
import
*
6
from
sre
import
__all__