mirror of
https://github.com/python/cpython.git
synced 2025-07-19 09:15:34 +00:00
Ditch unneeded imports.
This commit is contained in:
parent
1d2b23ef22
commit
7c463ef362
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue