summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Ward <gward@python.net>2000-01-17 16:25:17 (GMT)
committerGreg Ward <gward@python.net>2000-01-17 16:25:17 (GMT)
commit7c463ef36221d20ed508966e9ba0ff671944ebd6 (patch)
tree3634a9e29e4e7d0c59a120adf1dcbb068d529008
parent1d2b23ef22856ae90a2947ab29ebfbf6f83f134a (diff)
downloadcpython-7c463ef36221d20ed508966e9ba0ff671944ebd6.zip
cpython-7c463ef36221d20ed508966e9ba0ff671944ebd6.tar.gz
cpython-7c463ef36221d20ed508966e9ba0ff671944ebd6.tar.bz2
Ditch unneeded imports.
-rw-r--r--Lib/distutils/command/build_py.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/distutils/command/build_py.py b/Lib/distutils/command/build_py.py
index 6bc5aa8..e27a36d 100644
--- a/Lib/distutils/command/build_py.py
+++ b/Lib/distutils/command/build_py.py
@@ -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):