mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Added missing names to __all__.
This commit is contained in:
@@ -20,7 +20,7 @@ Class Differ:
|
||||
"""
|
||||
|
||||
__all__ = ['get_close_matches', 'ndiff', 'restore', 'SequenceMatcher',
|
||||
'Differ']
|
||||
'Differ','IS_CHARACTER_JUNK', 'IS_LINE_JUNK']
|
||||
|
||||
class SequenceMatcher:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user