Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
22b3a49d3c17c37348e65d06df8683e5b8fc6fd0
/
.
/
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__