]> granicus.if.org Git - python/commitdiff
Ditch unneeded imports.
authorGreg Ward <gward@python.net>
Mon, 17 Jan 2000 16:25:17 +0000 (16:25 +0000)
committerGreg Ward <gward@python.net>
Mon, 17 Jan 2000 16:25:17 +0000 (16:25 +0000)
Lib/distutils/command/build_py.py

index 6bc5aa8007934f4537dfe7f342ee90991b5814f3..e27a36d4644017fe79d0356e05eebb41dbffebce 100644 (file)
@@ -12,7 +12,6 @@ from glob import glob
 
 from distutils.core import Command
 from distutils.errors import *
-from distutils.util import mkpath, copy_file
 
 
 class BuildPy (Command):