home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 15 / AACD15.ISO / AACD / Programming / Python2 / Lib / Python2.0 / test / test_cpickle.py < prev    next >
Encoding:
Text File  |  2000-10-25  |  89 b   |  6 lines

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