From ed8c08d3fc933a714a8adc7de97ec0ab7121e5e6 Mon Sep 17 00:00:00 2001 From: Leonard Richardson Date: Sat, 9 Oct 2021 13:08:49 -0400 Subject: Moved testing.py into the same package as the tests. --- bs4/tests/test_html5lib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bs4/tests/test_html5lib.py') 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, -- cgit v1.2.3