]> granicus.if.org Git - python/commitdiff
Don't import what we don't use.
authorGreg Ward <gward@python.net>
Sun, 3 Oct 1999 21:07:21 +0000 (21:07 +0000)
committerGreg Ward <gward@python.net>
Sun, 3 Oct 1999 21:07:21 +0000 (21:07 +0000)
Lib/distutils/command/build_py.py

index 3a7a43bb1eb3f5a701814b46dfbd2759daedeaa6..4067ca4cd6a8d51baa928a2985e33ce29e84c3ac 100644 (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):