home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / tsw / TSW_3.4.0.exe / Apache2 / python / 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.