Sign in
chromium
/
chromium
/
src
/
4f2e38b006fb8f53d51f553bafa3666c99491f08
/
.
/
depot_tools
/
release
/
win
/
python_24
/
Lib
/
re.py
blob: f1cbe2c1264995d14304609dcb2e02a9fc060a22 [
file
] [
log
] [
blame
]
"""Minimal "re" compatibility wrapper. See "sre" for documentation."""
engine
=
"sre"
# Some apps might use this undocumented variable
from
sre
import
*
from
sre
import
__all__