From 5e385c922b18cb35fc02f244bc59e9cdf96e9f6c Mon Sep 17 00:00:00 2001 From: Travis Oliphant Date: Tue, 8 Aug 2006 15:48:38 +0000 Subject: Fix import problem --- numpy/numarray/functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/numarray/functions.py') diff --git a/numpy/numarray/functions.py b/numpy/numarray/functions.py index dbea74f81..3d223959f 100644 --- a/numpy/numarray/functions.py +++ b/numpy/numarray/functions.py @@ -37,7 +37,7 @@ __all__ = ['asarray', 'ones', 'zeros', 'array', 'where'] __all__ += ['vdot', 'dot', 'matrixmultiply', 'ravel', 'indices', 'arange', 'concatenate'] -from numpy import dot as matrixmultiply, dot, vdot, ravel +from numpy import dot as matrixmultiply, dot, vdot, ravel, concatenate def array(sequence=None, typecode=None, copy=1, savespace=0, type=None, shape=None, dtype=None): -- cgit v1.2.1