Fix doctest's __all__.

This commit is contained in:
Georg Brandl 2008-05-12 18:06:23 +00:00
parent e6bcc9145e
commit cc80bfeace

View File

@ -80,13 +80,11 @@ __all__ = [
'testmod', 'testmod',
'testfile', 'testfile',
'run_docstring_examples', 'run_docstring_examples',
# 7. Tester # 7. Unittest Support
'Tester',
# 8. Unittest Support
'DocTestSuite', 'DocTestSuite',
'DocFileSuite', 'DocFileSuite',
'set_unittest_reportflags', 'set_unittest_reportflags',
# 9. Debugging Support # 8. Debugging Support
'script_from_examples', 'script_from_examples',
'testsource', 'testsource',
'debug_src', 'debug_src',