# Test the cPickle module

import cPickle
import test_pickle
test_pickle.dotest(cPickle)
