Maintain backwards compatibility with python < 2.3 by dynamically
[python/dscho.git] / Lib / test / test_doctest.py
blobfd3426c91e89953b3be3e95b9f094a975a5d2671
1 import doctest
2 from test import test_support
3 test_support.run_doctest(doctest)