diff options
author | David Cournapeau <cournape@gmail.com> | 2008-01-06 14:18:02 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2008-01-06 14:18:02 +0000 |
commit | 6e91f21b549988d52e029442f1d4a1c22d75a42a (patch) | |
tree | 345b1f13f87b6da803e9a408c66442cbce29ba07 /numpy/distutils | |
parent | c37beb2d7c474e24e468c9aefeaf2938971af5da (diff) | |
download | numpy-6e91f21b549988d52e029442f1d4a1c22d75a42a.tar.gz |
Import get_configres* functions from numscons
Diffstat (limited to 'numpy/distutils')
-rw-r--r-- | numpy/distutils/misc_util.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/distutils/misc_util.py b/numpy/distutils/misc_util.py index ceec7fcdd..f2984492e 100644 --- a/numpy/distutils/misc_util.py +++ b/numpy/distutils/misc_util.py @@ -1213,6 +1213,7 @@ class Configuration(object): self.add_extension('', sources = []) def add_configres(self): + from numscons import get_scons_configres_dir, get_scons_configres_filename file = os.path.join(get_scons_configres_dir(), self.local_path, get_scons_configres_filename()) |