Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
bb51ed333b623b6acf90a34ec6da9b4d076503e5
/
.
/
Lib
/
re.py
blob: b91aec7e0d92a4b69401e2909921ef9307911872 [
file
] [
log
] [
blame
]
"""Minimal "re" compatibility wrapper"""
engine
=
"sre"
# Some apps might use this undocumented variable
from
sre
import
*
from
sre
import
__all__