summaryrefslogtreecommitdiff
path: root/numpy/lib/index_tricks.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/lib/index_tricks.py')
-rw-r--r--numpy/lib/index_tricks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/index_tricks.py b/numpy/lib/index_tricks.py
index eeb1d37aa..f6450d305 100644
--- a/numpy/lib/index_tricks.py
+++ b/numpy/lib/index_tricks.py
@@ -14,7 +14,7 @@ from numpy.core.numerictypes import find_common_type
import math
import function_base
-import numpy.core.defmatrix as matrix
+import numpy.matrx as matrix
from function_base import diff
makemat = matrix.matrix