From ba6019691eddff901bbb7eb5d8a2cc66e5ebaaca Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Sat, 4 Sep 2004 15:04:06 +0000 Subject: Added a couple names to __all__. --- Lib/doctest.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Lib/doctest.py b/Lib/doctest.py index 0a5b2da..0c2787f 100644 --- a/Lib/doctest.py +++ b/Lib/doctest.py @@ -176,10 +176,12 @@ __all__ = [ 'DONT_ACCEPT_BLANKLINE', 'NORMALIZE_WHITESPACE', 'ELLIPSIS', + 'COMPARISON_FLAGS', 'REPORT_UDIFF', 'REPORT_CDIFF', 'REPORT_NDIFF', 'REPORT_ONLY_FIRST_FAILURE', + 'REPORTING_FLAGS', # 1. Utility Functions 'is_private', # 2. Example & DocTest -- cgit v0.12