From b7749c50a2c96ccf6982cfa1ca02d883e31e0af9 Mon Sep 17 00:00:00 2001 From: Leonard Richardson Date: Thu, 23 Feb 2012 11:56:40 -0500 Subject: Bumped version number. --- bs4/builder/_html5lib.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'bs4/builder/_html5lib.py') diff --git a/bs4/builder/_html5lib.py b/bs4/builder/_html5lib.py index 7ce69aa..26b1773 100644 --- a/bs4/builder/_html5lib.py +++ b/bs4/builder/_html5lib.py @@ -10,11 +10,7 @@ from bs4.builder import ( ) from bs4.element import NamespacedAttribute import html5lib -from html5lib.constants import ( - DataLossWarning, - namespaces, - ) -import warnings +from html5lib.constants import namespaces from bs4.element import ( Comment, Doctype, -- cgit v1.2.3