diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-23 11:56:40 -0500 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-23 11:56:40 -0500 |
commit | b7749c50a2c96ccf6982cfa1ca02d883e31e0af9 (patch) | |
tree | 404063e3bb580627a6cabad1b80774981d4f5232 /bs4/builder/_html5lib.py | |
parent | 2f72913160bedb509a8042693328d139e7c6b945 (diff) |
Bumped version number.
Diffstat (limited to 'bs4/builder/_html5lib.py')
-rw-r--r-- | bs4/builder/_html5lib.py | 6 |
1 files changed, 1 insertions, 5 deletions
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, |