summaryrefslogtreecommitdiff
path: root/wscript_build
diff options
context:
space:
mode:
authorAlexander Bokovoy <ab@samba.org>2018-02-02 16:34:33 +0200
committerAndrew Bartlett <abartlet@samba.org>2018-09-05 06:37:25 +0200
commit1dc80eb15cd967aef41ae9c0be02d623b1280528 (patch)
treebac57dd33828fdbc2a5418d4d45a5370027d0666 /wscript_build
parentc73b7795b8769ec038f2ed61ce192148d12b5646 (diff)
downloadsamba-1dc80eb15cd967aef41ae9c0be02d623b1280528.tar.gz
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 'wscript_build')
-rw-r--r--wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript_build b/wscript_build
index 51fe553a8c1..a0563bfd59c 100644
--- a/wscript_build
+++ b/wscript_build
@@ -2,7 +2,7 @@
# top level waf build script for samba4
-import Options
+from waflib import Options
import os
srcdir = "."