From 4f861238803aa9ab913a1011eabed3505a3f703d Mon Sep 17 00:00:00 2001 From: Julian Taylor Date: Wed, 21 Jan 2015 19:54:12 +0100 Subject: MAINT: merge _compiled_base module into multiarray Allows access to internal functions for the file. --- numpy/lib/index_tricks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/lib/index_tricks.py') diff --git a/numpy/lib/index_tricks.py b/numpy/lib/index_tricks.py index f83024961..eb9aad6ad 100644 --- a/numpy/lib/index_tricks.py +++ b/numpy/lib/index_tricks.py @@ -12,7 +12,7 @@ from numpy.core.numerictypes import find_common_type from . import function_base import numpy.matrixlib as matrix from .function_base import diff -from numpy.lib._compiled_base import ravel_multi_index, unravel_index +from numpy.core.multiarray import ravel_multi_index, unravel_index from numpy.lib.stride_tricks import as_strided makemat = matrix.matrix -- cgit v1.2.1