Ć
Nö9c       s     d  Z    d k l Z  d Z  d k Z  e o  e i   Z n  e i   Z  x# e d  r Z  e i	 e  qi W e i
   d S(   s<   Test module to thest the xmllib module.
   Sjoerd Mullender
(   s   verboses  <?xml version="1.0" encoding="UTF-8" standalone='yes' ?>
<!-- comments aren't allowed before the <?xml?> tag,
     but they are allowed before the <!DOCTYPE> tag -->
<!DOCTYPE greeting [
  <!ELEMENT greeting (#PCDATA)>
]>
<greeting>Hello, world!</greeting>
Ni    (   s   __doc__s   test_supports   verboses   testdocs   xmllibs   TestXMLParsers   parsers	   XMLParsers   cs   feeds   close(    s-   /mit/python/lib/python2.0/test/test_xmllib.pys   ? s   	

 	