From: Alexander Bokovoy Date: Fri, 2 Feb 2018 14:34:31 +0000 (+0200) Subject: nsswitch/wscript_build: update to handle waf 2.0.4 X-Git-Tag: tdb-1.3.17~1840 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a7411633e175bdc97174fbca2f5366816fbef8f;p=thirdparty%2Fsamba.git nsswitch/wscript_build: update to handle waf 2.0.4 Signed-off-by: Alexander Bokovoy Reviewed-by: Andrew Bartlett --- diff --git a/nsswitch/wscript_build b/nsswitch/wscript_build index a87e65833d7..ff98372fd6e 100644 --- a/nsswitch/wscript_build +++ b/nsswitch/wscript_build @@ -1,5 +1,5 @@ #!/usr/bin/env python -import Utils +from waflib import Utils import sys host_os = sys.platform