summaryrefslogtreecommitdiff
path: root/numpy/oldnumeric/matrix.py
diff options
context:
space:
mode:
authorStefan van der Walt <stefan@sun.ac.za>2006-11-22 11:19:08 +0000
committerStefan van der Walt <stefan@sun.ac.za>2006-11-22 11:19:08 +0000
commit76ccf8586dfc01a41b316e9cf38b713ac3be4f68 (patch)
treefef91c266f5b76b055e62a277c7b72550a747db2 /numpy/oldnumeric/matrix.py
parent886c1db715d9b79cf2af945c880aee96a41e24fb (diff)
downloadnumpy-76ccf8586dfc01a41b316e9cf38b713ac3be4f68.tar.gz
Don't share __all__ between numarray.linear_algebra and oldnumeric.linear_algebra.
Diffstat (limited to 'numpy/oldnumeric/matrix.py')
-rw-r--r--numpy/oldnumeric/matrix.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/oldnumeric/matrix.py b/numpy/oldnumeric/matrix.py
index 2b3842c8d..321d8d4df 100644
--- a/numpy/oldnumeric/matrix.py
+++ b/numpy/oldnumeric/matrix.py
@@ -7,7 +7,7 @@ import types
from user_array import UserArray, asarray
import numpy.oldnumeric as Numeric
from numpy.oldnumeric import dot, identity, multiply
-import linear_algebra as LinearAlgebra
+import numpy.oldnumeric.linear_algebra as LinearAlgebra
from numpy import matrix as Matrix, squeeze
# Hidden names that will be the same.