summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_shape_base.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/lib/tests/test_shape_base.py')
-rw-r--r--numpy/lib/tests/test_shape_base.py1
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):