diff options
Diffstat (limited to 'numpy/lib')
-rw-r--r-- | numpy/lib/SConstruct | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/numpy/lib/SConstruct b/numpy/lib/SConstruct index 84795da48..e09449387 100644 --- a/numpy/lib/SConstruct +++ b/numpy/lib/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) |