Skip to content

Commit 9695fc8

Browse files
committed
Add __all__ to html5lib.treewalkers._base
1 parent 3b3c103 commit 9695fc8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

html5lib/treewalkers/_base.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
from __future__ import absolute_import, division, unicode_literals
22
from six import text_type, string_types
33

4+
__all__ = ["DOCUMENT", "DOCTYPE", "TEXT", "ELEMENT", "COMMENT", "ENTITY", "UNKNOWN",
5+
"TreeWalker", "NonRecursiveTreeWalker"]
6+
47
import gettext
58
_ = gettext.gettext
69

0 commit comments

Comments
 (0)