cpython/Lib/dos-8x3/test_cpi.py

6 lines
89 B
Python
Raw Normal View History

1999-04-08 17:27:54 -03:00
# Test the cPickle module
import cPickle
2000-09-26 14:32:27 -03:00
import test_pickle
test_pickle.dotest(cPickle)