From fe002b2916a5928463f7c46c5c4875114228bf7f Mon Sep 17 00:00:00 2001 From: David Cournapeau Date: Wed, 16 Sep 2009 07:12:46 +0000 Subject: Move matrix class into its own module. --- 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 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 -- cgit v1.2.1