diff options
author | cookedm <cookedm@localhost> | 2006-02-02 03:28:25 +0000 |
---|---|---|
committer | cookedm <cookedm@localhost> | 2006-02-02 03:28:25 +0000 |
commit | 9e5252bd45403ddd97252d83ede5eeb6b72e0767 (patch) | |
tree | 5921cfdd13d93e22fe21f79469f355dfb2376021 /numpy/distutils/command/install_data.py | |
parent | 91473bf148643b2412e595f0897c86076ecae1d2 (diff) | |
download | numpy-9e5252bd45403ddd97252d83ede5eeb6b72e0767.tar.gz |
Remove unused imports
Diffstat (limited to 'numpy/distutils/command/install_data.py')
-rw-r--r-- | numpy/distutils/command/install_data.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/distutils/command/install_data.py b/numpy/distutils/command/install_data.py index e170ba4d8..b72737f85 100644 --- a/numpy/distutils/command/install_data.py +++ b/numpy/distutils/command/install_data.py @@ -1,4 +1,3 @@ -from distutils.command.install_data import * from distutils.command.install_data import install_data as old_install_data #data installer with improved intelligence over distutils |