Sign in
android
/
platform
/
external
/
python
/
018d7466f1bafd2b44e928bb6eb3fd6bcf4b6018
/
.
/
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__