Added a couple names to __all__.

This commit is contained in:
Tim Peters 2004-09-04 15:04:06 +00:00
parent 442c9fc376
commit ba6019691e
1 changed files with 2 additions and 0 deletions

View File

@ -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