From ea57d5122f1df133927e266e5fabbf0ef767f460 Mon Sep 17 00:00:00 2001 From: Leonard Richardson Date: Mon, 3 Jan 2011 16:57:55 -0500 Subject: Moved the test helpers out of the test directory. --- src/beautifulsoup/tests/test_tree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/beautifulsoup/tests/test_tree.py') diff --git a/src/beautifulsoup/tests/test_tree.py b/src/beautifulsoup/tests/test_tree.py index 42430d3..344a462 100644 --- a/src/beautifulsoup/tests/test_tree.py +++ b/src/beautifulsoup/tests/test_tree.py @@ -12,7 +12,7 @@ methods tested here. import re from beautifulsoup import BeautifulSoup from beautifulsoup.element import SoupStrainer, Tag -from helpers import SoupTest +from beautifulsoup.testing import SoupTest class TreeTest(SoupTest): -- cgit v1.2.3