summaryrefslogtreecommitdiff
path: root/bs4/tests/test_html5lib.py
diff options
context:
space:
mode:
Diffstat (limited to 'bs4/tests/test_html5lib.py')
-rw-r--r--bs4/tests/test_html5lib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bs4/tests/test_html5lib.py b/bs4/tests/test_html5lib.py
index 9ac6ccc..ae87e4c 100644
--- a/bs4/tests/test_html5lib.py
+++ b/bs4/tests/test_html5lib.py
@@ -8,7 +8,7 @@ try:
except ImportError as e:
HTML5LIB_PRESENT = False
from bs4.element import SoupStrainer
-from bs4.testing import (
+from .testing import (
HTML5TreeBuilderSmokeTest,
SoupTest,
skipIf,