blob: 11359a0b27613d6203f96654adcdc0e2a62d9072 [file] [log] [blame]
Fred Drake003b9252000-09-23 04:44:43 +00001"""Interface to the Expat non-validating XML parser."""
2__version__ = '$Revision$'
3
4from pyexpat import *