projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d2b23e
)
Ditch unneeded imports.
author
Greg Ward
<gward@python.net>
Mon, 17 Jan 2000 16:25:17 +0000
(16:25 +0000)
committer
Greg Ward
<gward@python.net>
Mon, 17 Jan 2000 16:25:17 +0000
(16:25 +0000)
Lib/distutils/command/build_py.py
patch
|
blob
|
history
diff --git
a/Lib/distutils/command/build_py.py
b/Lib/distutils/command/build_py.py
index 6bc5aa8007934f4537dfe7f342ee90991b5814f3..e27a36d4644017fe79d0356e05eebb41dbffebce 100644
(file)
--- 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):