home *** CD-ROM | disk | FTP | other *** search
/ Enter 2003: The Beautiful Scenery / enter-parhaat-2003.iso / files / Python-2.2.1.exe / TEST_DOCTEST.PY < prev    next >
Encoding:
Text File  |  2001-09-17  |  65 b   |  3 lines

  1. import doctest, test_support
  2. test_support.run_doctest(doctest)
  3.