mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Don't import what we don't use.
This commit is contained in:
parent
ef9ad6df01
commit
455eb61648
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ from glob import glob
|
|||
|
||||
from distutils.core import Command
|
||||
from distutils.errors import *
|
||||
from distutils.util import mkpath, newer, make_file, copy_file
|
||||
from distutils.util import mkpath, copy_file
|
||||
|
||||
|
||||
class BuildPy (Command):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue