From 4660597b51b3d14ce6269d0ed865ab7e22c6ae1f Mon Sep 17 00:00:00 2001 From: Hai Shi Date: Tue, 4 Aug 2020 00:49:18 +0800 Subject: bpo-40275: Use new test.support helper submodules in tests (GH-21448) --- Lib/test/test_asyncgen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/test/test_asyncgen.py') diff --git a/Lib/test/test_asyncgen.py b/Lib/test/test_asyncgen.py index 62bf877416..1f7e05b42b 100644 --- a/Lib/test/test_asyncgen.py +++ b/Lib/test/test_asyncgen.py @@ -2,7 +2,7 @@ import inspect import types import unittest -from test.support import import_module +from test.support.import_helper import import_module asyncio = import_module("asyncio") -- cgit v1.2.1