Commit 39f02f98 authored by Raymond Hettinger's avatar Raymond Hettinger

Added missing names to __all__.

parent 2b9bfb33
...@@ -20,7 +20,7 @@ Class Differ: ...@@ -20,7 +20,7 @@ Class Differ:
""" """
__all__ = ['get_close_matches', 'ndiff', 'restore', 'SequenceMatcher', __all__ = ['get_close_matches', 'ndiff', 'restore', 'SequenceMatcher',
'Differ'] 'Differ','IS_CHARACTER_JUNK', 'IS_LINE_JUNK']
class SequenceMatcher: class SequenceMatcher:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment