]> granicus.if.org Git - python/commitdiff
add name that should be considered public to __all__
authorFred Drake <fdrake@acm.org>
Thu, 9 Sep 2004 01:49:58 +0000 (01:49 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 9 Sep 2004 01:49:58 +0000 (01:49 +0000)
Lib/sgmllib.py

index 7db0a97ea62e6e5fcb6a2401222dd6f3d9a3da23..08e365bdef99e20e60c480095823ed8e1c72832e 100644 (file)
@@ -12,7 +12,7 @@
 import markupbase
 import re
 
-__all__ = ["SGMLParser"]
+__all__ = ["SGMLParser", "SGMLParseError"]
 
 # Regular expressions used for parsing