home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2005 March / PCWELT_3_2005.ISO / pcwsoft / framework-2.2.exe / test_pickletools.py < prev    next >
Encoding:
Python Source  |  2003-12-30  |  87 b   |  4 lines

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