Added missing names to __all__.
This commit is contained in:
parent
2b9bfb33ff
commit
39f02f98f5
|
@ -20,7 +20,7 @@ Class Differ:
|
|||
"""
|
||||
|
||||
__all__ = ['get_close_matches', 'ndiff', 'restore', 'SequenceMatcher',
|
||||
'Differ']
|
||||
'Differ','IS_CHARACTER_JUNK', 'IS_LINE_JUNK']
|
||||
|
||||
class SequenceMatcher:
|
||||
|
||||
|
|
Loading…
Reference in New Issue