summaryrefslogtreecommitdiff
path: root/wscript_build_system_heimdal
diff options
context:
space:
mode:
authorAlexander Bokovoy <ab@samba.org>2018-07-03 13:07:44 +0300
committerAndrew Bartlett <abartlet@samba.org>2018-09-05 06:37:27 +0200
commit72a9e6d115603ecb9de3ebaf9a56ff2fa0b41b9e (patch)
treebbd0ce64ad731e1d3c5a16d775fa62dc64751d67 /wscript_build_system_heimdal
parent1efe68908dcdae9551cb0f7f56a9ce0d08a9fe09 (diff)
downloadsamba-72a9e6d115603ecb9de3ebaf9a56ff2fa0b41b9e.tar.gz
wscript: port build_system_heimdal to waf 2.0
Signed-off-by: Alexander Bokovoy <ab@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'wscript_build_system_heimdal')
-rw-r--r--wscript_build_system_heimdal2
1 files changed, 1 insertions, 1 deletions
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')