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