summaryrefslogtreecommitdiff
path: root/numpy/oldnumeric/matrix.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/oldnumeric/matrix.py')
-rw-r--r--numpy/oldnumeric/matrix.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/numpy/oldnumeric/matrix.py b/numpy/oldnumeric/matrix.py
index d0a3b888b..2b3842c8d 100644
--- a/numpy/oldnumeric/matrix.py
+++ b/numpy/oldnumeric/matrix.py
@@ -4,13 +4,11 @@ __all__ = ['UserArray', 'squeeze', 'Matrix', 'asarray', 'dot', 'k', 'Numeric', '
import string
import types
-import numpy.oldnumeric as Numeric
from user_array import UserArray, asarray
+import numpy.oldnumeric as Numeric
from numpy.oldnumeric import dot, identity, multiply
-from mlab import squeeze
import linear_algebra as LinearAlgebra
-
-from numpy import matrix as Matrix
+from numpy import matrix as Matrix, squeeze
# Hidden names that will be the same.