summaryrefslogtreecommitdiff
path: root/numpy/matlib.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/matlib.py')
-rw-r--r--numpy/matlib.py2
1 files changed, 1 insertions, 1 deletions
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 *