diff options
author | David Cournapeau <cournape@gmail.com> | 2009-03-09 15:26:14 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2009-03-09 15:26:14 +0000 |
commit | 0588cb85b3c5037365432aab213d82b79a4bd25b (patch) | |
tree | 77c0c4ecf483134d36ee2a0960bf9ca9e07aaa3b /numpy/lib/tests/test_io.py | |
parent | 1d4365c44e5766ae0f39c970b2b3e9fb8c4a54ae (diff) | |
download | numpy-0588cb85b3c5037365432aab213d82b79a4bd25b.tar.gz |
Fix import issue.
Diffstat (limited to 'numpy/lib/tests/test_io.py')
-rw-r--r-- | numpy/lib/tests/test_io.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/tests/test_io.py b/numpy/lib/tests/test_io.py index f04fc4b36..adc434235 100644 --- a/numpy/lib/tests/test_io.py +++ b/numpy/lib/tests/test_io.py @@ -6,7 +6,7 @@ import StringIO import gzip import os -from tempfile import mkstemp +from tempfile import mkstemp, NamedTemporaryFile import sys, time from datetime import datetime |