logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

expat.py (248B)


  1. """Interface to the Expat non-validating XML parser."""
  2. import sys
  3. from pyexpat import *
  4. # provide pyexpat submodules as xml.parsers.expat submodules
  5. sys.modules['xml.parsers.expat.model'] = model
  6. sys.modules['xml.parsers.expat.errors'] = errors