diff options
Diffstat (limited to 'numpy/lib/tests/test_shape_base.py')
-rw-r--r-- | numpy/lib/tests/test_shape_base.py | 1 |
1 files changed, 1 insertions, 0 deletions
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): |