From 599b0f1e83494c56d01ac24d7605bc3e8da0cd6e Mon Sep 17 00:00:00 2001 From: David Cournapeau Date: Fri, 18 Sep 2009 09:59:24 +0000 Subject: Rename matrx to matrixlib. I forgot to commit the name change suggested by Stefan. You need to clean build/install directory when updating to this version. --- 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 f6450d305..e46c9b763 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.matrx as matrix +import numpy.matrixlib as matrix from function_base import diff makemat = matrix.matrix -- cgit v1.2.1