Don't import what we don't use.

This commit is contained in:
Greg Ward 1999-10-03 21:07:21 +00:00
parent ef9ad6df01
commit 455eb61648

View file

@ -12,7 +12,7 @@ from glob import glob
from distutils.core import Command
from distutils.errors import *
from distutils.util import mkpath, newer, make_file, copy_file
from distutils.util import mkpath, copy_file
class BuildPy (Command):