diff options
author | Alan McIntyre <alan.mcintyre@local> | 2008-09-09 17:48:47 +0000 |
---|---|---|
committer | Alan McIntyre <alan.mcintyre@local> | 2008-09-09 17:48:47 +0000 |
commit | 9351f2e02f643a9fadb35d8bb9eacf804b905d51 (patch) | |
tree | f91b2bb2b4b72520757379470f0806e23903903c /numpy/lib/tests/test__datasource.py | |
parent | 27d5aff700a2841cc0a30a4f774dcc67363fa287 (diff) | |
download | numpy-9351f2e02f643a9fadb35d8bb9eacf804b905d51.tar.gz |
Removed unused imports.
Diffstat (limited to 'numpy/lib/tests/test__datasource.py')
-rw-r--r-- | numpy/lib/tests/test__datasource.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/numpy/lib/tests/test__datasource.py b/numpy/lib/tests/test__datasource.py index 95a72f76a..90a137498 100644 --- a/numpy/lib/tests/test__datasource.py +++ b/numpy/lib/tests/test__datasource.py @@ -1,7 +1,4 @@ - import os -import sys -import struct from tempfile import mkdtemp, mkstemp, NamedTemporaryFile from shutil import rmtree from urlparse import urlparse |