add name that should be considered public to __all__

This commit is contained in:
Fred Drake 2004-09-09 01:49:58 +00:00
parent 49b4d19172
commit 58ae830fd0
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
import markupbase
import re
__all__ = ["SGMLParser"]
__all__ = ["SGMLParser", "SGMLParseError"]
# Regular expressions used for parsing