Bump version number to 2.4.2 to pick up the latest minor bug fixes.
[python/dscho.git] / Lib / test / test_doctest.py
blobfd3426c91e89953b3be3e95b9f094a975a5d2671
1 import doctest
2 from test import test_support
3 test_support.run_doctest(doctest)