mirror of
https://github.com/python/cpython.git
synced 2025-08-30 05:35:08 +00:00
Fixed imports from '*util' modules to not just import everything from util.
This commit is contained in:
parent
5a8aa1ba2e
commit
ab3a0f36ed
7 changed files with 18 additions and 16 deletions
|
@ -10,7 +10,8 @@ import sys, os, string
|
|||
from types import *
|
||||
from distutils.core import Command, DEBUG
|
||||
from distutils import sysconfig
|
||||
from distutils.util import write_file, convert_path, subst_vars, change_root
|
||||
from distutils.file_util import write_file
|
||||
from distutils.util import convert_path, subst_vars, change_root
|
||||
from distutils.errors import DistutilsOptionError
|
||||
from glob import glob
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue