From: Alexander Bokovoy Date: Fri, 15 Jun 2018 13:20:34 +0000 (+0300) Subject: nsswitch/libwbclient/wscript: import from waflib X-Git-Tag: tdb-1.3.17~1807 X-Git-Url: http://git.samba.org/samba.git/?p=gd%2Fsamba-autobuild%2F.git;a=commitdiff_plain;h=d00ba4003125898d0c4928ac6ad205bad79ee3c2 nsswitch/libwbclient/wscript: import from waflib Signed-off-by: Alexander Bokovoy Reviewed-by: Andrew Bartlett --- diff --git a/nsswitch/libwbclient/wscript b/nsswitch/libwbclient/wscript index c5390b9daed..70fed6fc2ed 100644 --- a/nsswitch/libwbclient/wscript +++ b/nsswitch/libwbclient/wscript @@ -1,6 +1,6 @@ #!/usr/bin/env python -import Options, Logs +from waflib import Options, Logs # Remember to also update wbclient.h VERSION="0.14"