summaryrefslogtreecommitdiff
path: root/tests/test_html5lib.py
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2011-02-27 16:54:36 -0500
committerLeonard Richardson <leonard.richardson@canonical.com>2011-02-27 16:54:36 -0500
commitbcf2351c87eb2535acfffdf9d2767c8847ca390c (patch)
tree6f0d20e8440240ffe4b88dc2a48893431dc81240 /tests/test_html5lib.py
parentdc5682014c7360e723d4861d32ee933eea8fcd5d (diff)
parentdc682f38b36294d9b102aed3be506d46f8d37b59 (diff)
Renamed the beautifulsoup module to bs4 to save typing.
Diffstat (limited to 'tests/test_html5lib.py')
-rw-r--r--tests/test_html5lib.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_html5lib.py b/tests/test_html5lib.py
index 5abc29d..b9bdd1d 100644
--- a/tests/test_html5lib.py
+++ b/tests/test_html5lib.py
@@ -1,5 +1,5 @@
-from beautifulsoup.builder import HTML5TreeBuilder
-from beautifulsoup.element import Comment, SoupStrainer
+from bs4.builder import HTML5TreeBuilder
+from bs4.element import Comment, SoupStrainer
from test_lxml import (
TestLXMLBuilder,
TestLXMLBuilderInvalidMarkup,