summaryrefslogtreecommitdiff
path: root/numpy/oldnumeric/mlab.py
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2006-09-08 17:17:31 +0000
committerTravis Oliphant <oliphant@enthought.com>2006-09-08 17:17:31 +0000
commit14fbb3bdfa9bcbd0371fcdaf88a8a4c095d3b366 (patch)
treefd4cf8bd8d745a66b933bd6e390957c9374cc0a3 /numpy/oldnumeric/mlab.py
parent9109c6af6b5adba53ac5fd9161dbfa2e04c52a04 (diff)
downloadnumpy-14fbb3bdfa9bcbd0371fcdaf88a8a4c095d3b366.tar.gz
Fix functions in oldnumeric.mlab
Diffstat (limited to 'numpy/oldnumeric/mlab.py')
-rw-r--r--numpy/oldnumeric/mlab.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/oldnumeric/mlab.py b/numpy/oldnumeric/mlab.py
index 4317c9240..af3c16407 100644
--- a/numpy/oldnumeric/mlab.py
+++ b/numpy/oldnumeric/mlab.py
@@ -12,6 +12,7 @@ from numpy import tril, trapz as _Ntrapz, hanning, rot90, triu, diff, \
from numpy.linalg import eig, svd
from numpy.random import rand, randn
+import numpy as nn
from typeconv import convtypecode