diff options
author | David Cournapeau <cournape@gmail.com> | 2012-05-31 18:25:20 +0900 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2012-06-01 03:11:14 +0900 |
commit | 87295b3e2202da7a9bfe44062c0c715b5bc08d6f (patch) | |
tree | 805f41094b84071d26294ce346ed592083c8cc12 /numpy/random/bscript | |
parent | fc466d4410ac05d2a80d29541579e8d1145d40f8 (diff) | |
download | numpy-87295b3e2202da7a9bfe44062c0c715b5bc08d6f.tar.gz |
REF: use simpler API in top bscript.
We use the new register_outputs_simple + remove some redundant code.
Diffstat (limited to 'numpy/random/bscript')
-rw-r--r-- | numpy/random/bscript | 2 |
1 files changed, 1 insertions, 1 deletions
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 |