mirror of
https://github.com/python/cpython.git
synced 2025-08-01 23:53:15 +00:00
Remove unneeded import
This commit is contained in:
parent
5e2c5fa1bd
commit
8c20916de2
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@ import sys, os, string
|
||||||
from types import IntType
|
from types import IntType
|
||||||
from distutils.core import Command
|
from distutils.core import Command
|
||||||
from distutils.errors import DistutilsOptionError
|
from distutils.errors import DistutilsOptionError
|
||||||
from distutils.dir_util import copy_tree
|
|
||||||
|
|
||||||
class install_lib (Command):
|
class install_lib (Command):
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue