mirror of
https://github.com/python/cpython.git
synced 2025-08-12 12:58:50 +00:00
massive import cleaning in Distutils
This commit is contained in:
parent
2421d56e02
commit
2b66da7d15
24 changed files with 97 additions and 121 deletions
|
@ -53,11 +53,9 @@ import copy
|
|||
import re
|
||||
from warnings import warn
|
||||
|
||||
from distutils.ccompiler import gen_preprocess_options, gen_lib_options
|
||||
from distutils.unixccompiler import UnixCCompiler
|
||||
from distutils.file_util import write_file
|
||||
from distutils.errors import DistutilsExecError, CompileError, UnknownFileError
|
||||
from distutils import log
|
||||
from distutils.util import get_compiler_versions
|
||||
|
||||
def get_msvcr():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue