source4/heimdal_build/wscript_configure: update to handle waf 2.0.4
authorAlexander Bokovoy <ab@samba.org>
Fri, 2 Feb 2018 14:34:32 +0000 (16:34 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 5 Sep 2018 04:37:24 +0000 (06:37 +0200)
Signed-off-by: Alexander Bokovoy <ab@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/heimdal_build/wscript_configure

index 27447c170c6b848c9c319addc25a1f4556c9341b..4d4e6a0cff9c17f02c0f97d786730dbab376317c 100644 (file)
@@ -8,7 +8,8 @@
 # enough yet to know if it is usable (some bug fix might be missing,
 # compile_et might not generate the expected code, etc).
 
-import Logs, sys
+import sys
+from waflib import Logs
 
 conf.CHECK_TYPE('u_char', 'uint8_t')
 conf.CHECK_TYPE('u_int32_t', 'uint32_t')