From 600f332672763518033de253997a6e21fde07f44 Mon Sep 17 00:00:00 2001 From: Leonard Richardson Date: Wed, 8 Feb 2012 20:37:36 -0500 Subject: Added missing import. --- bs4/builder/_html5lib.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'bs4/builder/_html5lib.py') 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, -- cgit v1.2.3