Remove unnecessary bscript

This commit is contained in:
Johannes Schönberger
2013-05-26 13:06:55 +02:00
parent db4ef53299
commit cdc19a3345
-12
View File
@@ -1,12 +0,0 @@
import os.path as op
from numpy.distutils.misc_util \
import \
get_numpy_include_dirs
from bento.commands import hooks
@hooks.post_configure
def post_configure(context):
conf = context.waf_context
conf.env.INCLUDES = get_numpy_include_dirs() + [op.join("skimage", "morphology")]