home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2009 June / maximum-cd-2009-06.iso / DiscContents / OOo_3.0.1_Win32Intel_install_wJRE_en-US.exe / openofficeorg1.cab / test_doctest.py < prev    next >
Encoding:
Python Source  |  2008-12-15  |  79 b   |  4 lines

  1. import doctest
  2. from test import test_support
  3. test_support.run_doctest(doctest)
  4.