summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test__datasource.py
diff options
context:
space:
mode:
authorAlan McIntyre <alan.mcintyre@local>2008-09-09 17:48:47 +0000
committerAlan McIntyre <alan.mcintyre@local>2008-09-09 17:48:47 +0000
commit9351f2e02f643a9fadb35d8bb9eacf804b905d51 (patch)
treef91b2bb2b4b72520757379470f0806e23903903c /numpy/lib/tests/test__datasource.py
parent27d5aff700a2841cc0a30a4f774dcc67363fa287 (diff)
downloadnumpy-9351f2e02f643a9fadb35d8bb9eacf804b905d51.tar.gz
Removed unused imports.
Diffstat (limited to 'numpy/lib/tests/test__datasource.py')
-rw-r--r--numpy/lib/tests/test__datasource.py3
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