From 30cb1ad76ee23fb89f0611db3f7b9a26cbbce06e Mon Sep 17 00:00:00 2001 From: Leonard Richardson Date: Tue, 28 Dec 2010 11:12:20 -0500 Subject: Removed the HTMLParser tree builder to give me some room to maneuver. --- src/beautifulsoup/tests/helpers.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src/beautifulsoup/tests/helpers.py') diff --git a/src/beautifulsoup/tests/helpers.py b/src/beautifulsoup/tests/helpers.py index b9de4f2..219d95c 100644 --- a/src/beautifulsoup/tests/helpers.py +++ b/src/beautifulsoup/tests/helpers.py @@ -3,7 +3,6 @@ import unittest from beautifulsoup import BeautifulSoup from beautifulsoup.element import SoupStrainer -from test_soup import SoupTest class SoupTest(unittest.TestCase): -- cgit v1.2.3