mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
add name that should be considered public to __all__
This commit is contained in:
parent
49b4d19172
commit
58ae830fd0
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
import markupbase
|
||||
import re
|
||||
|
||||
__all__ = ["SGMLParser"]
|
||||
__all__ = ["SGMLParser", "SGMLParseError"]
|
||||
|
||||
# Regular expressions used for parsing
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue