mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
bpo-40443: Remove unused imports in distutils (GH-19802)
This commit is contained in:
parent
90549676e0
commit
e488e300f5
11 changed files with 6 additions and 17 deletions
|
@ -14,10 +14,10 @@ for the Borland C++ compiler.
|
|||
|
||||
import os
|
||||
from distutils.errors import \
|
||||
DistutilsExecError, DistutilsPlatformError, \
|
||||
DistutilsExecError, \
|
||||
CompileError, LibError, LinkError, UnknownFileError
|
||||
from distutils.ccompiler import \
|
||||
CCompiler, gen_preprocess_options, gen_lib_options
|
||||
CCompiler, gen_preprocess_options
|
||||
from distutils.file_util import write_file
|
||||
from distutils.dep_util import newer
|
||||
from distutils import log
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue