]> granicus.if.org Git - python/commitdiff
Remove unneeded import
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 30 May 2002 19:15:16 +0000 (19:15 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 30 May 2002 19:15:16 +0000 (19:15 +0000)
Lib/distutils/command/install_lib.py

index 029528e9954374c0dc5746a478081633281f40f9..03b44ee9efe4ee48d62fb30ff20b347f44a06fba 100644 (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):