Added missing names to __all__.

This commit is contained in:
Raymond Hettinger 2002-10-30 06:09:58 +00:00
parent 2b9bfb33ff
commit 39f02f98f5
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ Class Differ:
"""
__all__ = ['get_close_matches', 'ndiff', 'restore', 'SequenceMatcher',
'Differ']
'Differ','IS_CHARACTER_JUNK', 'IS_LINE_JUNK']
class SequenceMatcher: