From a29ca1abcb84691a9d32b9608346b9a54a3509b6 Mon Sep 17 00:00:00 2001 From: David Cournapeau Date: Tue, 20 May 2008 08:41:11 +0000 Subject: Do not mess with __NUMPY_SETUP__ in scons scripts anymore: this is handled in numscons. --- numpy/fft/SConstruct | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'numpy/fft/SConstruct') diff --git a/numpy/fft/SConstruct b/numpy/fft/SConstruct index 2a53f6477..2f7688cf5 100644 --- a/numpy/fft/SConstruct +++ b/numpy/fft/SConstruct @@ -1,8 +1,5 @@ -# Last Change: Thu Oct 18 09:00 PM 2007 J +# Last Change: Tue May 20 05:00 PM 2008 J # vim:syntax=python -import __builtin__ -__builtin__.__NUMPY_SETUP__ = True -from numpy.distutils.misc_util import get_numpy_include_dirs from numscons import GetNumpyEnvironment, scons_get_paths env = GetNumpyEnvironment(ARGUMENTS) -- cgit v1.2.1