summaryrefslogtreecommitdiff
path: root/bs4/builder/_html5lib.py
diff options
context:
space:
mode:
Diffstat (limited to 'bs4/builder/_html5lib.py')
-rw-r--r--bs4/builder/_html5lib.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/bs4/builder/_html5lib.py b/bs4/builder/_html5lib.py
index e9d7f58..11fcc0d 100644
--- a/bs4/builder/_html5lib.py
+++ b/bs4/builder/_html5lib.py
@@ -9,7 +9,10 @@ from bs4.builder import (
HTMLTreeBuilder,
)
import html5lib
-from html5lib.constants import DataLossWarning
+from html5lib.constants import (
+ DataLossWarning,
+ namespaces,
+ )
import warnings
from bs4.element import (
Comment,