]> granicus.if.org Git - python/commitdiff
Fix doctest's __all__.
authorGeorg Brandl <georg@python.org>
Mon, 12 May 2008 18:06:23 +0000 (18:06 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 12 May 2008 18:06:23 +0000 (18:06 +0000)
Lib/doctest.py

index 49e2fe6f023288f9ce35cb5568e7e0ddd28caba8..0322612e60e9590b57cd9de17a925594a43d56a9 100644 (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',