mirror of
https://github.com/python/cpython.git
synced 2025-01-25 02:24:25 +08:00
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
Block a user