diff options
Diffstat (limited to 'numpy/linalg/bscript')
-rw-r--r-- | numpy/linalg/bscript | 2 |
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 |