From 9529fbfd363959ee4e33baeebcc6c3bc0252b42c Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Sat, 15 Jun 2013 17:11:25 -0400 Subject: Issue #17177: Stop using imp in a bunch of tests --- Lib/test/script_helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/test/script_helper.py') diff --git a/Lib/test/script_helper.py b/Lib/test/script_helper.py index b09f4bf49ea..3b7df42bff6 100644 --- a/Lib/test/script_helper.py +++ b/Lib/test/script_helper.py @@ -12,7 +12,7 @@ import contextlib import shutil import zipfile -from imp import source_from_cache +from importlib.util import source_from_cache from test.support import make_legacy_pyc, strip_python_stderr # Executing the interpreter in a subprocess -- cgit v1.2.3