blob: 00b5c78ec0bfa4aa9d5e7734f9667000f686c3b4 [file] [log] [blame]
Fred Drake003b9252000-09-23 04:44:43 +00001"""Interface to the Expat non-validating XML parser."""
Senthil Kumaran4af1c6a2011-07-28 22:30:27 +08002__version__ = '$Revision: 17640 $'
Fred Drake003b9252000-09-23 04:44:43 +00003
4from pyexpat import *