From dc682f38b36294d9b102aed3be506d46f8d37b59 Mon Sep 17 00:00:00 2001 From: Leonard Richardson Date: Sun, 27 Feb 2011 16:51:56 -0500 Subject: Renamed the beautifulsoup module to bs4 to save typing. --- tests/test_html5lib.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/test_html5lib.py') 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, -- cgit v1.2.3