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 / __init__.py next >
Encoding:
Python Source  |  2011-03-08  |  175 b   |  9 lines

  1. """Python interfaces to XML parsers.
  2.  
  3. This package contains one module:
  4.  
  5. expat -- Python wrapper for James Clark's Expat parser, with namespace
  6.          support.
  7.  
  8. """
  9.