add name that should be considered public to __all__
This commit is contained in:
parent
49b4d19172
commit
58ae830fd0
|
@ -12,7 +12,7 @@
|
|||
import markupbase
|
||||
import re
|
||||
|
||||
__all__ = ["SGMLParser"]
|
||||
__all__ = ["SGMLParser", "SGMLParseError"]
|
||||
|
||||
# Regular expressions used for parsing
|
||||
|
||||
|
|
Loading…
Reference in New Issue