8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b3c103 commit 9695fc8Copy full SHA for 9695fc8
html5lib/treewalkers/_base.py
@@ -1,6 +1,9 @@
1
from __future__ import absolute_import, division, unicode_literals
2
from six import text_type, string_types
3
4
+__all__ = ["DOCUMENT", "DOCTYPE", "TEXT", "ELEMENT", "COMMENT", "ENTITY", "UNKNOWN",
5
+ "TreeWalker", "NonRecursiveTreeWalker"]
6
+
7
import gettext
8
_ = gettext.gettext
9
0 commit comments