summaryrefslogtreecommitdiff
path: root/numpy/linalg
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/linalg
parentdab6ffc037959ef8c2b621ecfc69bf132fdffc44 (diff)
downloadnumpy-0d8b63637b2503546ff374ccc8c1dc5ad69e29ca.tar.gz
REF: use new hook signature.
Diffstat (limited to 'numpy/linalg')
-rw-r--r--numpy/linalg/bscript2
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