home *** CD-ROM | disk | FTP | other *** search
/ Enter 2005 October / enter-2005-10.iso / files / OOo_2.0_windows_install_fi.exe / openofficeorg4.cab / test_pickletools.py < prev    next >
Encoding:
Python Source  |  2005-10-15  |  87 b   |  4 lines

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