commit | 4660597b51b3d14ce6269d0ed865ab7e22c6ae1f | [log] [tgz] |
---|---|---|
author | Hai Shi <shihai1992@gmail.com> | Tue Aug 04 00:49:18 2020 +0800 |
committer | GitHub <noreply@github.com> | Mon Aug 03 18:49:18 2020 +0200 |
tree | 00ab23106abb1d0023e261685dc4f2077002aabd | |
parent | bb0424b122e3d222a558bd4177ce37befd3e0347 [diff] [blame] |
bpo-40275: Use new test.support helper submodules in tests (GH-21448)
diff --git a/Lib/test/test_asyncgen.py b/Lib/test/test_asyncgen.py index 62bf877..1f7e05b 100644 --- a/Lib/test/test_asyncgen.py +++ b/Lib/test/test_asyncgen.py
@@ -2,7 +2,7 @@ import types import unittest -from test.support import import_module +from test.support.import_helper import import_module asyncio = import_module("asyncio")