Fix the availability statement for the spawn*() functions to reflect the
[python/dscho.git] / Lib / test / test_doctest.py
blobf8ad6fdb6e11523c074bf7672411e09259bb68e7
1 import doctest, test_support
2 test_support.run_doctest(doctest)