Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
12844e6df6d6ae2a8b51e6440b8b15b10a78949a
/
.
/
Lib
/
xml
/
parsers
/
expat.py
blob: 11359a0b27613d6203f96654adcdc0e2a62d9072 [
file
] [
log
] [
blame
]
"""Interface to the Expat non-validating XML parser."""
__version__
=
'$Revision$'
from
pyexpat
import
*