mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Trivial cleanups following bpo-31370 (#3649)
* Trivial cleanups following bpo-31370 * Also cleanup the "importlib._bootstrap_external" module
This commit is contained in:
parent
b43c4caf81
commit
88c60c9668
16 changed files with 171 additions and 209 deletions
|
@ -1,7 +1,7 @@
|
|||
import unittest
|
||||
from test.support import import_module
|
||||
|
||||
# Skip test if _thread or _tkinter wasn't built, if idlelib is missing,
|
||||
# Skip test if _tkinter wasn't built, if idlelib is missing,
|
||||
# or if tcl/tk is not the 8.5+ needed for ttk widgets.
|
||||
tk = import_module('tkinter') # imports _tkinter
|
||||
if tk.TkVersion < 8.5:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue