Remove unneeded import

This commit is contained in:
Andrew M. Kuchling 2002-05-30 19:15:16 +00:00
parent 5e2c5fa1bd
commit 8c20916de2
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ import sys, os, string
from types import IntType
from distutils.core import Command
from distutils.errors import DistutilsOptionError
from distutils.dir_util import copy_tree
class install_lib (Command):