‡Æ
L}:c       s
   d  Z  d S(   s2  W3C Document Object Model implementation for Python.

The Python mapping of the Document Object Model is documented in <...>.

This package contains the following modules:

minidom -- A simple implementation of the Level 1 DOM with namespace
           support added (based on the Level 2 specification).

N(   s   __doc__(    s,   /usr/local/lib/python2.0/xml/dom/__init__.pys   ?
 s    