diff options
author | David Cournapeau <cournape@gmail.com> | 2012-04-13 11:26:45 +0100 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2012-04-13 11:28:37 +0100 |
commit | 59019f1493d311c11e758b75e11653b34f7b7bad (patch) | |
tree | a25e4a7f7bc7326a61b2ae1eb3585183772eccd9 /bscript | |
parent | 0c5f480f2db3566a1add20a2f286e6b7e9608c94 (diff) | |
download | numpy-59019f1493d311c11e758b75e11653b34f7b7bad.tar.gz |
FEAT: update to last bento+waf.
Diffstat (limited to 'bscript')
-rw-r--r-- | bscript | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -26,9 +26,6 @@ from bento.installed_package_description \ import \ InstalledSection from bento.commands import hooks -from bento.commands.extras.waf \ - import \ - ConfigureWafContext, BuildWafContext, register_options import waflib @@ -202,12 +199,3 @@ def show(): pass """, always=True) - -@hooks.options -def options(context): - register_options(context) - -@hooks.startup -def startup(context): - context.register_context("configure", ConfigureWafContext) - context.register_context("build", BuildWafContext) |