diff options
| author | David Cournapeau <cournape@gmail.com> | 2008-01-07 02:39:35 +0000 |
|---|---|---|
| committer | David Cournapeau <cournape@gmail.com> | 2008-01-07 02:39:35 +0000 |
| commit | 91cb723fe408b76745a04ed6fb12cef0b0fc63f0 (patch) | |
| tree | edfebf7b13ea70a07f33b5018fe27dcb5507265f /numpy | |
| parent | 33076131341a39f2403c09d3f8da14b499b7502d (diff) | |
| download | numpy-91cb723fe408b76745a04ed6fb12cef0b0fc63f0.tar.gz | |
Fix missing import from numscons
Diffstat (limited to 'numpy')
| -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 f2984492e..9bf830895 100644 --- a/numpy/distutils/misc_util.py +++ b/numpy/distutils/misc_util.py @@ -1491,6 +1491,7 @@ def scons_generate_config_py(target): config['py_modules'].append((packagename, '__config__',generate_config_py)) """ from distutils.dir_util import mkpath + from numscons import get_scons_configres_dir, get_scons_configres_filename import imp d = {} mkpath(os.path.dirname(target)) |
