summaryrefslogtreecommitdiff
path: root/bs4/tests/test_html5lib.py
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2021-10-11 02:13:56 -0400
committerLeonard Richardson <leonardr@segfault.org>2021-10-11 02:13:56 -0400
commit535d047aef8edcf2aed517cd883f4ba95b298bd8 (patch)
treebc9bdecfe9f74efa052a75dad46de5b1fc71ae2e /bs4/tests/test_html5lib.py
parented8c08d3fc933a714a8adc7de97ec0ab7121e5e6 (diff)
Moved the test classes to tests/__init__.py.
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 ae87e4c..b32ab30 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 .testing import (
+from . import (
HTML5TreeBuilderSmokeTest,
SoupTest,
skipIf,