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
Move setting of ioready 'wait' earlier in call chain, to
[python/dscho.git]
/
Lib
/
re.py
blob
f1cbe2c1264995d14304609dcb2e02a9fc060a22
1
"""Minimal "re" compatibility wrapper. See "sre" for documentation."""
2
3
engine
=
"sre"
# Some apps might use this undocumented variable
4
5
from
sre
import
*
6
from
sre
import
__all__