]> granicus.if.org Git - python/commitdiff
Added missing names to __all__.
authorRaymond Hettinger <python@rcn.com>
Wed, 30 Oct 2002 06:09:58 +0000 (06:09 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 30 Oct 2002 06:09:58 +0000 (06:09 +0000)
Lib/difflib.py

index 0637cffb32c90602fc3a0dd847e751ebdfd824e8..b09348f0c8d33ae3ba4bcc822f934976d72a8cf0 100644 (file)
@@ -20,7 +20,7 @@ Class Differ:
 """
 
 __all__ = ['get_close_matches', 'ndiff', 'restore', 'SequenceMatcher',
-           'Differ']
+           'Differ','IS_CHARACTER_JUNK', 'IS_LINE_JUNK']
 
 class SequenceMatcher: