summaryrefslogtreecommitdiff
path: root/src/beautifulsoup/tests/test_tree.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/beautifulsoup/tests/test_tree.py')
-rw-r--r--src/beautifulsoup/tests/test_tree.py2
1 files changed, 1 insertions, 1 deletions
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):