mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Remove unused import and reorganize imports of modules.
This commit is contained in:
parent
c9bba2bcc0
commit
7677ff209c
1 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,9 @@ from glob import glob
|
|||
from warnings import warn
|
||||
|
||||
from distutils.core import Command
|
||||
from distutils import dir_util, dep_util, file_util, archive_util
|
||||
from distutils import dir_util
|
||||
from distutils import file_util
|
||||
from distutils import archive_util
|
||||
from distutils.text_file import TextFile
|
||||
from distutils.filelist import FileList
|
||||
from distutils import log
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue