home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 April / PCWorld_2001-04_cd.bin / Software / TemaCD / webclean / !!!python!!! / BeOpen-Python-2.0.exe / TEST_CPICKLE.PY < prev    next >
Encoding:
Text File  |  2000-09-28  |  94 b   |  6 lines

  1. # Test the cPickle module
  2.  
  3. import cPickle
  4. import test_pickle
  5. test_pickle.dotest(cPickle)
  6.