mirror of https://github.com/python/cpython
Ditch unneeded imports.
This commit is contained in:
parent
1d2b23ef22
commit
7c463ef362
|
@ -12,7 +12,6 @@ from glob import glob
|
||||||
|
|
||||||
from distutils.core import Command
|
from distutils.core import Command
|
||||||
from distutils.errors import *
|
from distutils.errors import *
|
||||||
from distutils.util import mkpath, copy_file
|
|
||||||
|
|
||||||
|
|
||||||
class BuildPy (Command):
|
class BuildPy (Command):
|
||||||
|
|
Loading…
Reference in New Issue