cpython/Lib/dos-8x3/test_cpi.py
Jeremy Hylton d635b1d724 The Usual
2000-09-26 17:32:27 +00:00

5 lines
89 B
Python

# Test the cPickle module
import cPickle
import test_pickle
test_pickle.dotest(cPickle)