summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_index_tricks.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/lib/tests/test_index_tricks.py')
-rw-r--r--numpy/lib/tests/test_index_tricks.py3
1 files changed, 2 insertions, 1 deletions
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):