mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +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
|
|
@ -4,7 +4,7 @@
|
|||
import os, sys, errno
|
||||
import unittest
|
||||
from test import support
|
||||
threading = support.import_module("threading")
|
||||
import threading
|
||||
from platform import machine
|
||||
|
||||
# Do this first so test will be skipped if module doesn't exist
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue