From cc80bfeace4c4d8100500d4b12905a34484bef21 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Mon, 12 May 2008 18:06:23 +0000 Subject: Fix doctest's __all__. --- Lib/doctest.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Lib/doctest.py b/Lib/doctest.py index 49e2fe6..0322612 100644 --- a/Lib/doctest.py +++ b/Lib/doctest.py @@ -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', -- cgit v0.12