summaryrefslogtreecommitdiff
path: root/numpy/core/tests/test_indexing.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/core/tests/test_indexing.py')
-rw-r--r--numpy/core/tests/test_indexing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/tests/test_indexing.py b/numpy/core/tests/test_indexing.py
index 3a02c9fce..082ecb496 100644
--- a/numpy/core/tests/test_indexing.py
+++ b/numpy/core/tests/test_indexing.py
@@ -6,7 +6,7 @@ import functools
import operator
import numpy as np
-from numpy.core.multiarray_tests import array_indexing
+from numpy.core._multiarray_tests import array_indexing
from itertools import product
from numpy.testing import (
run_module_suite, assert_, assert_equal, assert_raises,