commit | deb016224cc506503fb05e821a60158c83918ed4 | [log] [tgz] |
---|---|---|
author | Hai Shi <shihai1992@gmail.com> | Mon Jul 06 20:29:49 2020 +0800 |
committer | GitHub <noreply@github.com> | Mon Jul 06 14:29:49 2020 +0200 |
tree | 21b683e93134e016806477e15df1211567441301 | |
parent | b4a9263708cc67c98c4d53b16933f6e5dd07990f [diff] [blame] |
bpo-40275: Use new test.support helper submodules in tests (GH-21317)
diff --git a/Lib/test/test_idle.py b/Lib/test/test_idle.py index 8bc01de..b205d35 100644 --- a/Lib/test/test_idle.py +++ b/Lib/test/test_idle.py
@@ -1,5 +1,5 @@ import unittest -from test.support import import_module +from test.support.import_helper import import_module # Skip test_idle if _tkinter wasn't built, if tkinter is missing, # if tcl/tk is not the 8.5+ needed for ttk widgets,