From f7ba40b505989495c3585ed782070bdae56330ad Mon Sep 17 00:00:00 2001 From: Hai Shi Date: Thu, 25 Jun 2020 18:38:51 +0800 Subject: bpo-40275: Use new test.support helper submodules in tests (GH-20849) --- Lib/test/support/script_helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/test/support/script_helper.py') diff --git a/Lib/test/support/script_helper.py b/Lib/test/support/script_helper.py index 37e576d4a7..09bb586dcf 100644 --- a/Lib/test/support/script_helper.py +++ b/Lib/test/support/script_helper.py @@ -11,7 +11,7 @@ import py_compile import zipfile from importlib.util import source_from_cache -from test.support import make_legacy_pyc +from test.support.import_helper import make_legacy_pyc # Cached result of the expensive test performed in the function below. -- cgit v1.2.1