From: Andrew M. Kuchling Date: Thu, 30 May 2002 19:15:16 +0000 (+0000) Subject: Remove unneeded import X-Git-Tag: v2.3c1~5552 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8c20916de21c839d0ffc16099e161ab8ca472dea;p=thirdparty%2FPython%2Fcpython.git Remove unneeded import --- diff --git a/Lib/distutils/command/install_lib.py b/Lib/distutils/command/install_lib.py index 029528e99543..03b44ee9efe4 100644 --- a/Lib/distutils/command/install_lib.py +++ b/Lib/distutils/command/install_lib.py @@ -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):