summaryrefslogtreecommitdiff
path: root/numpy/numarray
diff options
context:
space:
mode:
authorDavid Cournapeau <cournape@gmail.com>2008-05-20 08:41:11 +0000
committerDavid Cournapeau <cournape@gmail.com>2008-05-20 08:41:11 +0000
commita29ca1abcb84691a9d32b9608346b9a54a3509b6 (patch)
tree52c25d1aa075de5cf698d477fab2a6e301e71cf2 /numpy/numarray
parent87fddf4db1ea174df3428685baeb30586a30541b (diff)
downloadnumpy-a29ca1abcb84691a9d32b9608346b9a54a3509b6.tar.gz
Do not mess with __NUMPY_SETUP__ in scons scripts anymore: this is handled in
numscons.
Diffstat (limited to 'numpy/numarray')
-rw-r--r--numpy/numarray/SConstruct5
1 files changed, 1 insertions, 4 deletions
diff --git a/numpy/numarray/SConstruct b/numpy/numarray/SConstruct
index aa780be87..e07b45ae7 100644
--- a/numpy/numarray/SConstruct
+++ b/numpy/numarray/SConstruct
@@ -1,8 +1,5 @@
-# Last Change: Fri Oct 19 09:00 AM 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)