diff options
author | Pauli Virtanen <pav@iki.fi> | 2009-09-26 17:43:49 +0000 |
---|---|---|
committer | Pauli Virtanen <pav@iki.fi> | 2009-09-26 17:43:49 +0000 |
commit | 9af578fae9b87fd15415dc641180cd0e4976bbef (patch) | |
tree | 7259e367f36eaf8dbbc9299812a50f6d1225d498 /numpy/matlib.py | |
parent | 49a78a3dd7e6cf4b98214b975eb08ac93da521e6 (diff) | |
download | numpy-9af578fae9b87fd15415dc641180cd0e4976bbef.tar.gz |
Fix remaining references to numpy.core.defmatrix
Diffstat (limited to 'numpy/matlib.py')
-rw-r--r-- | numpy/matlib.py | 2 |
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 * |