From 9af578fae9b87fd15415dc641180cd0e4976bbef Mon Sep 17 00:00:00 2001 From: Pauli Virtanen Date: Sat, 26 Sep 2009 17:43:49 +0000 Subject: Fix remaining references to numpy.core.defmatrix --- numpy/matlib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/matlib.py') diff --git a/numpy/matlib.py b/numpy/matlib.py index 8ce5e69f4..286ac7364 100644 --- a/numpy/matlib.py +++ b/numpy/matlib.py @@ -1,5 +1,5 @@ import numpy as np -from numpy.core.defmatrix import matrix, asmatrix +from numpy.matrixlib.defmatrix import matrix, asmatrix # need * as we're copying the numpy namespace from numpy import * -- cgit v1.2.1