From 2dd4276559658e06eaf8b623c2c47373f1f50688 Mon Sep 17 00:00:00 2001 From: Skip Montanaro Date: Tue, 23 Jan 2001 15:35:05 +0000 Subject: added a few more __all__ lists fixed typo in ihooks docstring --- Lib/htmllib.py | 1 + 1 file changed, 1 insertion(+) (limited to 'Lib/htmllib.py') diff --git a/Lib/htmllib.py b/Lib/htmllib.py index cae9ae5eaf..d3e8f88fec 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): -- cgit v1.2.1