summaryrefslogtreecommitdiff
path: root/numpy/fft/bscript
diff options
context:
space:
mode:
authorDavid Cournapeau <cournape@gmail.com>2011-06-15 08:40:26 +0900
committerDavid Cournapeau <cournape@gmail.com>2011-08-29 00:32:27 +0200
commit0d8b63637b2503546ff374ccc8c1dc5ad69e29ca (patch)
treee215305c50edea0b5d028c2404fe34af68fb711a /numpy/fft/bscript
parentdab6ffc037959ef8c2b621ecfc69bf132fdffc44 (diff)
downloadnumpy-0d8b63637b2503546ff374ccc8c1dc5ad69e29ca.tar.gz
REF: use new hook signature.
Diffstat (limited to 'numpy/fft/bscript')
-rw-r--r--numpy/fft/bscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/fft/bscript b/numpy/fft/bscript
index 67a367950..b59f3b007 100644
--- a/numpy/fft/bscript
+++ b/numpy/fft/bscript
@@ -4,7 +4,7 @@ from bento.commands.hooks \
import \
pre_build
-@pre_build()
+@pre_build
def build(context):
bld = context.waf_context