Removed two undocumented unittest support classes, and one undocumented

unittest support function, from the public interface.  If they're not
documented, they shouldn't be public.
This commit is contained in:
Tim Peters 2004-09-26 01:24:23 +00:00
parent c90ea82302
commit 261b28aac6
1 changed files with 0 additions and 3 deletions

View File

@ -83,10 +83,7 @@ __all__ = [
# 7. Tester # 7. Tester
'Tester', 'Tester',
# 8. Unittest Support # 8. Unittest Support
'DocTestCase',
'DocTestSuite', 'DocTestSuite',
'DocFileCase',
'DocFileTest',
'DocFileSuite', 'DocFileSuite',
# 9. Debugging Support # 9. Debugging Support
'script_from_examples', 'script_from_examples',