home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2011 July / maximum-cd-2011-07.iso / DiscContents / LibO_3.3.2_Win_x86_install_multi.exe / libreoffice1.cab / expat.py < prev    next >
Encoding:
Python Source  |  2011-03-15  |  114 b   |  5 lines

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