Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
42d90161e27cf7bf4cfdab44b5b13b6da1ef901c
/
.
/
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__