‡Æ
K}:c       s°   d  Z  d d d g Z d d d !i ƒ  d Z d d d f Z y d k Z Wn e j
 o nO Xy e i Z Wn e	 j
 o n, Xe e j o d k
 Z
 e e
 i e <n [ d S(	   s“  Core XML support for Python.

This package contains three sub-packages:

dom -- The W3C Document Object Model.  This supports DOM Level 1 +
       Namespaces.

parsers -- Python wrappers for XML parsers (currently only supports Expat).

sax -- The Simple API for XML, developed by XML-Dev, led by David
       Megginson and ported to Python by Lars Marius Garshol.  This 
       supports the SAX 2 API.
s   doms   parserss   saxs   $Revision: 1.6 $i   i    i   N(   s   __doc__s   __all__s   splits   __version__s   _MINIMUM_XMLPLUS_VERSIONs   _xmlpluss   ImportErrors   version_infos   vs   AttributeErrors   syss   moduless   __name__(    s(   /usr/local/lib/python2.0/xml/__init__.pys   ? s   	