Fixed imports from '*util' modules to not just import everything from util.

This commit is contained in:
Greg Ward 2000-08-05 01:31:54 +00:00
parent 5a8aa1ba2e
commit ab3a0f36ed
7 changed files with 18 additions and 16 deletions

View file

@ -4,7 +4,7 @@ __revision__ = "$Id$"
import sys, os, string
from distutils.core import Command
from distutils.util import copy_tree
from distutils.dir_util import copy_tree
class install_lib (Command):