Sign in
qemu
/
edk2
/
e9f4a2a934b1d6a0b9a0747f6858c005126d5ae9
/
.
/
AppPkg
/
Applications
/
Python
/
Python-2.7.2
/
Lib
/
xml
/
parsers
/
expat.py
blob: d58388117d03dbaabb0bdbed375e7d995a5add4a [
file
]
"""Interface to the Expat non-validating XML parser."""
__version__
=
'$Revision$'
from
pyexpat
import
*