[Scipy-svn] r3943 - branches/build_with_scons/scipy/cluster
scipy-svn@scip...
scipy-svn@scip...
Sat Feb 16 07:46:06 CST 2008
Author: cdavid
Date: 2008-02-16 07:45:59 -0600 (Sat, 16 Feb 2008)
New Revision: 3943
Modified:
branches/build_with_scons/scipy/cluster/SConstruct
Log:
Fix import for numscons in cluster
Modified: branches/build_with_scons/scipy/cluster/SConstruct
===================================================================
--- branches/build_with_scons/scipy/cluster/SConstruct 2008-02-15 02:13:49 UTC (rev 3942)
+++ branches/build_with_scons/scipy/cluster/SConstruct 2008-02-16 13:45:59 UTC (rev 3943)
@@ -3,7 +3,7 @@
from os.path import join
from numpy.distutils.misc_util import get_numpy_include_dirs
-from numpy.distutils.scons import GetNumpyEnvironment
+from numscons import GetNumpyEnvironment
env = GetNumpyEnvironment(ARGUMENTS)
More information about the Scipy-svn
mailing list