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/tests/test_shape_base.py | 1 + 1 file changed, 1 insertion(+) (limited to 'numpy/lib/tests/test_shape_base.py') diff --git a/numpy/lib/tests/test_shape_base.py b/numpy/lib/tests/test_shape_base.py index 59c48dba0..66c396324 100644 --- a/numpy/lib/tests/test_shape_base.py +++ b/numpy/lib/tests/test_shape_base.py @@ -1,6 +1,7 @@ from numpy.testing import * from numpy.lib import * from numpy.core import * +from numpy import matrix, asmatrix class TestApplyAlongAxis(TestCase): def test_simple(self): -- cgit v1.2.1