diff options
Diffstat (limited to 'Lib/htmllib.py')
-rw-r--r-- | Lib/htmllib.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/htmllib.py b/Lib/htmllib.py index cae9ae5..d3e8f88 100644 --- a/Lib/htmllib.py +++ b/Lib/htmllib.py @@ -9,6 +9,7 @@ import string from sgmllib import SGMLParser from formatter import AS_IS +__all__ = ["HTMLParser"] class HTMLParser(SGMLParser): |