Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
01bd3ece5ca1ab29f756b7b07c2445d9ef570016
/
.
/
Lib
/
xml
/
parsers
/
expat.py
blob: 11359a0b27613d6203f96654adcdc0e2a62d9072 [
file
] [
log
] [
blame
]
Fred Drake
003b925
2000-09-23 04:44:43 +0000
[
diff
] [
blame
]
1
"""Interface to the Expat non-validating XML parser."""
2
__version__
=
'$Revision$'
3
4
from
pyexpat
import
*