jpayne@69: """Interface to the Expat non-validating XML parser.""" jpayne@69: import sys jpayne@69: jpayne@69: from pyexpat import * jpayne@69: jpayne@69: # provide pyexpat submodules as xml.parsers.expat submodules jpayne@69: sys.modules['xml.parsers.expat.model'] = model jpayne@69: sys.modules['xml.parsers.expat.errors'] = errors