Sign in
◑
Theme
chromium
/
external
/
github.com
/
python
/
cpython
/
42da663e6fe7ecbb89b17d596c76812a91bb99a4
/
.
/
Lib
/
xml
/
parsers
/
expat.py
blob: 11359a0b27613d6203f96654adcdc0e2a62d9072 [
file
]
"""Interface to the Expat non-validating XML parser."""
__version__
=
'$Revision$'
from
pyexpat
import
*