repo.or.cz
/
python
/
dscho.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Files for 2.1b1 distribution.
[python/dscho.git]
/
Lib
/
xml
/
parsers
/
expat.py
blob
11359a0b27613d6203f96654adcdc0e2a62d9072
1
"""Interface to the Expat non-validating XML parser."""
2
__version__
=
'$Revision$'
3
4
from
pyexpat
import
*