summaryrefslogtreecommitdiff
path: root/nsswitch
diff options
context:
space:
mode:
authorAlexander Bokovoy <ab@samba.org>2018-06-15 16:20:34 +0300
committerAndrew Bartlett <abartlet@samba.org>2018-09-05 06:37:25 +0200
commitd00ba4003125898d0c4928ac6ad205bad79ee3c2 (patch)
tree9b06f1e16828ae0fe9d34727b630ae85f216961e /nsswitch
parent944fce2596fa0a2a73f53f03ebb4128b8d4220d6 (diff)
downloadsamba-d00ba4003125898d0c4928ac6ad205bad79ee3c2.tar.gz
nsswitch/libwbclient/wscript: import from waflib
Signed-off-by: Alexander Bokovoy <ab@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'nsswitch')
-rw-r--r--nsswitch/libwbclient/wscript2
1 files changed, 1 insertions, 1 deletions
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"