-
=c       s     d  Z  
  d d g Z d S(   sA  Converting Python objects to XML and back again.

xml.marshal.generic
  Marshals simple Python data types into a custom XML format.  The
  Marshaller and Unmarshaller classes can be subclassed in order to
  implement marshalling into a different XML DTD.

xml.marshal.wddx
  Marshals Python data types into the WDDX DTD.
s   generics   wddxN(   s   __doc__s   __all__(   s   __all__(    (    sG   /usr/local/twc/lib/python2.2/site-packages/_xmlplus/marshal/__init__.pys   ?
 s   