home *** CD-ROM | disk | FTP | other *** search
/ H4CK3R 14 / hacker14.iso / programacao / pythonwin / python.exe / TEST_PICKLETOOLS.PY < prev    next >
Encoding:
Python Source  |  2003-01-27  |  90 b   |  4 lines

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