commit | a7f5d93bb6906d0f999248b47295d3a59b130f4d | [log] [tgz] |
---|---|---|
author | Hai Shi <shihai1992@gmail.com> | Tue Aug 04 00:41:24 2020 +0800 |
committer | GitHub <noreply@github.com> | Mon Aug 03 18:41:24 2020 +0200 |
tree | a0dc5043ecc7a4250902f8d14c802382b1c94b8a | |
parent | 488512bf4953d856fcb049a05060a450af52fcdc [diff] [blame] |
bpo-40275: Use new test.support helper submodules in tests (GH-21449)
diff --git a/Lib/test/test__opcode.py b/Lib/test/test__opcode.py index 0fb39ee..3bb64a7 100644 --- a/Lib/test/test__opcode.py +++ b/Lib/test/test__opcode.py
@@ -1,5 +1,5 @@ import dis -from test.support import import_module +from test.support.import_helper import import_module import unittest _opcode = import_module("_opcode")