diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2011-02-27 16:54:36 -0500 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2011-02-27 16:54:36 -0500 |
commit | bcf2351c87eb2535acfffdf9d2767c8847ca390c (patch) | |
tree | 6f0d20e8440240ffe4b88dc2a48893431dc81240 /tests/test_html5lib.py | |
parent | dc5682014c7360e723d4861d32ee933eea8fcd5d (diff) | |
parent | dc682f38b36294d9b102aed3be506d46f8d37b59 (diff) |
Renamed the beautifulsoup module to bs4 to save typing.
Diffstat (limited to 'tests/test_html5lib.py')
-rw-r--r-- | tests/test_html5lib.py | 4 |
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, |