From 87295b3e2202da7a9bfe44062c0c715b5bc08d6f Mon Sep 17 00:00:00 2001 From: David Cournapeau Date: Thu, 31 May 2012 18:25:20 +0900 Subject: REF: use simpler API in top bscript. We use the new register_outputs_simple + remove some redundant code. --- numpy/random/bscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/random/bscript') diff --git a/numpy/random/bscript b/numpy/random/bscript index c548f29e8..714015049 100644 --- a/numpy/random/bscript +++ b/numpy/random/bscript @@ -4,7 +4,7 @@ import sys from bento.commands import hooks import waflib -@hooks.pre_configure +@hooks.post_configure def configure(context): conf = context.waf_context -- cgit v1.2.1