Commit 58ae830f authored by Fred Drake's avatar Fred Drake

add name that should be considered public to __all__

parent 49b4d191
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
import markupbase import markupbase
import re import re
__all__ = ["SGMLParser"] __all__ = ["SGMLParser", "SGMLParseError"]
# Regular expressions used for parsing # Regular expressions used for parsing
......
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