summaryrefslogtreecommitdiffstats
path: root/Lib/xml/parsers/expat.py
blob: 11359a0b27613d6203f96654adcdc0e2a62d9072 (plain)
1
2
3
4
"""Interface to the Expat non-validating XML parser."""
__version__ = '$Revision$'

from pyexpat import *