From 455eb616488e73c6eb69ef4ec9121cdf94d126a0 Mon Sep 17 00:00:00 2001 From: Greg Ward Date: Sun, 3 Oct 1999 21:07:21 +0000 Subject: [PATCH] Don't import what we don't use. --- Lib/distutils/command/build_py.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/distutils/command/build_py.py b/Lib/distutils/command/build_py.py index 3a7a43bb1e..4067ca4cd6 100644 --- a/Lib/distutils/command/build_py.py +++ b/Lib/distutils/command/build_py.py @@ -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): -- 2.40.0