From 89961f4de3ab1e88b15dd9c0aaa0af77a7c32262 Mon Sep 17 00:00:00 2001 From: Leonard Richardson Date: Sun, 20 Feb 2011 15:08:51 -0500 Subject: Discovered that html5lib can't be made to support SoupStrainers, and changed the test suite appropriately. --- beautifulsoup/testing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'beautifulsoup/testing.py') diff --git a/beautifulsoup/testing.py b/beautifulsoup/testing.py index 9b1e858..8fd9abf 100644 --- a/beautifulsoup/testing.py +++ b/beautifulsoup/testing.py @@ -3,7 +3,7 @@ import unittest from beautifulsoup import BeautifulSoup from beautifulsoup.element import Comment, SoupStrainer -from beautifulsoup.builder.lxml_builder import LXMLTreeBuilder +from beautifulsoup.builder import LXMLTreeBuilder class SoupTest(unittest.TestCase): -- cgit v1.2.3