fix to work on python <= 2.1
[python/dscho.git] / Lib / test / test_pickletools.py
blob2e2fe50b0421e6fc44413d3f9c51d4cd1309946c
1 import pickletools
2 from test import test_support
3 test_support.run_doctest(pickletools)