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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy