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