From d00ba4003125898d0c4928ac6ad205bad79ee3c2 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Fri, 15 Jun 2018 16:20:34 +0300 Subject: [PATCH] nsswitch/libwbclient/wscript: import from waflib Signed-off-by: Alexander Bokovoy Reviewed-by: Andrew Bartlett --- nsswitch/libwbclient/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"