diff options
author | David Cournapeau <cournape@gmail.com> | 2011-06-15 08:40:26 +0900 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2011-08-29 00:32:27 +0200 |
commit | 0d8b63637b2503546ff374ccc8c1dc5ad69e29ca (patch) | |
tree | e215305c50edea0b5d028c2404fe34af68fb711a /numpy/linalg | |
parent | dab6ffc037959ef8c2b621ecfc69bf132fdffc44 (diff) | |
download | numpy-0d8b63637b2503546ff374ccc8c1dc5ad69e29ca.tar.gz |
REF: use new hook signature.
Diffstat (limited to 'numpy/linalg')
-rw-r--r-- | numpy/linalg/bscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/linalg/bscript b/numpy/linalg/bscript index 684e29101..889deb693 100644 --- a/numpy/linalg/bscript +++ b/numpy/linalg/bscript @@ -4,7 +4,7 @@ from bento.commands.hooks \ import \ pre_build -@pre_build() +@pre_build def pbuild(context): bld = context.waf_context |