home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2011 July / maximum-cd-2011-07.iso / DiscContents / xbmc-10.1.exe / system / python / Lib / xml / parsers / expat.py < prev   
Encoding:
Python Source  |  2011-03-08  |  118 b   |  5 lines

  1. """Interface to the Expat non-validating XML parser."""
  2. __version__ = '$Revision: 17640 $'
  3.  
  4. from pyexpat import *
  5.