diff options
Diffstat (limited to 'numpy/fft')
-rw-r--r-- | numpy/fft/SConstruct | 5 |
1 files changed, 1 insertions, 4 deletions
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) |