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