
]Nc           @   s*   d  Z  d d l m Z e j d e  d S(   s   Doctest module for XML comparison.

Usage::

   >>> import lxml.usedoctest
   >>> # now do your XML doctests ...

See `lxml.doctestcompare`
i(   t   doctestcomparet
   del_moduleN(   t   __doc__t   lxmlR    t   temp_installt   __name__(    (    (    s3   /usr/lib/python2.7/dist-packages/lxml/usedoctest.pyt   <module>	   s   