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/lib | |
parent | dab6ffc037959ef8c2b621ecfc69bf132fdffc44 (diff) | |
download | numpy-0d8b63637b2503546ff374ccc8c1dc5ad69e29ca.tar.gz |
REF: use new hook signature.
Diffstat (limited to 'numpy/lib')
-rw-r--r-- | numpy/lib/bscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/bscript b/numpy/lib/bscript index 1b98d2fa2..45699a335 100644 --- a/numpy/lib/bscript +++ b/numpy/lib/bscript @@ -4,7 +4,7 @@ from bento.commands.hooks \ import \ pre_build -@pre_build() +@pre_build def pbuild(context): bld = context.waf_context def builder_compiled_base(extension): |