From 99df3daf134808115b458d90c4c6fa676a02e6f2 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Sat, 4 Jul 2009 12:14:21 +0000 Subject: Fix twodim tests. --- numpy/lib/tests/test_index_tricks.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'numpy/lib/tests/test_index_tricks.py') diff --git a/numpy/lib/tests/test_index_tricks.py b/numpy/lib/tests/test_index_tricks.py index 50dc5ac15..afa94396a 100644 --- a/numpy/lib/tests/test_index_tricks.py +++ b/numpy/lib/tests/test_index_tricks.py @@ -1,6 +1,7 @@ from numpy.testing import * from numpy import ( array, ones, r_, mgrid, unravel_index, zeros, where, - fill_diagonal, diag_indices, diag_indices_from ) + ndenumerate, fill_diagonal, diag_indices, + diag_indices_from ) class TestUnravelIndex(TestCase): def test_basic(self): -- cgit v1.2.1