From: Alexander Bokovoy Date: Tue, 3 Jul 2018 10:07:44 +0000 (+0300) Subject: wscript: port build_system_heimdal to waf 2.0 X-Git-Tag: tdb-1.3.17~1785 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72a9e6d115603ecb9de3ebaf9a56ff2fa0b41b9e;p=thirdparty%2Fsamba.git wscript: port build_system_heimdal to waf 2.0 Signed-off-by: Alexander Bokovoy Reviewed-by: Andrew Bartlett --- diff --git a/wscript_build_system_heimdal b/wscript_build_system_heimdal index 4ea8cd7351f..b97944b44c3 100644 --- a/wscript_build_system_heimdal +++ b/wscript_build_system_heimdal @@ -1,4 +1,4 @@ -import Logs +from waflib import Logs Logs.info("\tSelected system Heimdal build") bld.RECURSE('source4/heimdal_build')