Fix doctest's __all__.

This commit is contained in:
Georg Brandl 2008-05-12 18:06:23 +00:00
parent e6bcc9145e
commit cc80bfeace
1 changed files with 2 additions and 4 deletions

View File

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