summaryrefslogtreecommitdiff
path: root/numpy/distutils/command/install.py
diff options
context:
space:
mode:
authorcookedm <cookedm@localhost>2006-02-02 03:28:25 +0000
committercookedm <cookedm@localhost>2006-02-02 03:28:25 +0000
commit9e5252bd45403ddd97252d83ede5eeb6b72e0767 (patch)
tree5921cfdd13d93e22fe21f79469f355dfb2376021 /numpy/distutils/command/install.py
parent91473bf148643b2412e595f0897c86076ecae1d2 (diff)
downloadnumpy-9e5252bd45403ddd97252d83ede5eeb6b72e0767.tar.gz
Remove unused imports
Diffstat (limited to 'numpy/distutils/command/install.py')
-rw-r--r--numpy/distutils/command/install.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/numpy/distutils/command/install.py b/numpy/distutils/command/install.py
index f48895b39..3803363fe 100644
--- a/numpy/distutils/command/install.py
+++ b/numpy/distutils/command/install.py
@@ -1,6 +1,3 @@
-
-import os
-from distutils.command.install import *
from distutils.command.install import install as old_install
from distutils.file_util import write_file