summaryrefslogtreecommitdiff
path: root/scipy/base/shape_base.py
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2005-11-04 02:08:25 +0000
committerTravis Oliphant <oliphant@enthought.com>2005-11-04 02:08:25 +0000
commitb7c1615d32885bd323d02c466df6b3d83ad5bdab (patch)
treeebaadbfe03f7498e59f919a6f77029cafa057e53 /scipy/base/shape_base.py
parent8034b06e957eee0ec5ba51cdc76adcf2af132f7b (diff)
downloadnumpy-b7c1615d32885bd323d02c466df6b3d83ad5bdab.tar.gz
Found and fixed Put Object bug.
Diffstat (limited to 'scipy/base/shape_base.py')
-rw-r--r--scipy/base/shape_base.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scipy/base/shape_base.py b/scipy/base/shape_base.py
index d10a30fd4..57b0a6333 100644
--- a/scipy/base/shape_base.py
+++ b/scipy/base/shape_base.py
@@ -5,6 +5,7 @@ __all__ = ['atleast_1d','atleast_2d','atleast_3d','vstack','hstack',
import numeric as _nx
from numeric import *
+from oldnumeric import product
from type_check import isscalar