diff options
-rw-r--r-- | Lib/distutils/command/build_py.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): |