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