home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / MacHacksBug / Python 1.5.2c1 / Lib / test / test_xmllib.pyc (.txt) < prev    next >
Encoding:
Python Compiled Bytecode  |  2000-06-23  |  733 b   |  16 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyc (Python 1.5)
  3.  
  4. '''Test module to thest the xmllib module.
  5.    Sjoerd Mullender
  6. '''
  7. verbose
  8. if verbose:
  9.     pass
  10. else:
  11.     parser = xmllib.XMLParser()
  12. for c in testdoc:
  13.     parser.feed(c)
  14.  
  15. parser.close()
  16.