diff options
author | Alexander Bokovoy <ab@samba.org> | 2018-02-02 16:34:31 +0200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2018-09-05 06:37:23 +0200 |
commit | 8a7411633e175bdc97174fbca2f5366816fbef8f (patch) | |
tree | a2a8a7572a25de288114445175079a0748663d67 /nsswitch/wscript_build | |
parent | e6761832f44ac4cec99f527e84b5d2e7b67b730b (diff) | |
download | samba-8a7411633e175bdc97174fbca2f5366816fbef8f.tar.gz |
nsswitch/wscript_build: update to handle waf 2.0.4
Signed-off-by: Alexander Bokovoy <ab@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'nsswitch/wscript_build')
-rw-r--r-- | nsswitch/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
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 |