diff options
author | David Cournapeau <cournape@gmail.com> | 2008-07-31 16:03:32 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2008-07-31 16:03:32 +0000 |
commit | 76a7161aa8bc7755059b250313778602aa473b6f (patch) | |
tree | 730ceae17ebabe92f1b35f04adfb79623ba446f9 /numpy/distutils/misc_util.py | |
parent | 89bd486fe36015751b000ff27ec92ee6cdead116 (diff) | |
download | numpy-76a7161aa8bc7755059b250313778602aa473b6f.tar.gz |
Remove add_configres function which did nothing...
Diffstat (limited to 'numpy/distutils/misc_util.py')
-rw-r--r-- | numpy/distutils/misc_util.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/numpy/distutils/misc_util.py b/numpy/distutils/misc_util.py index 3f8b5cd42..3a90c8d04 100644 --- a/numpy/distutils/misc_util.py +++ b/numpy/distutils/misc_util.py @@ -1229,11 +1229,6 @@ class Configuration(object): # options in distutils command. 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()) - def add_scripts(self,*files): """Add scripts to configuration. """ |