wscript_build: update to handle waf 2.0.4
authorAlexander Bokovoy <ab@samba.org>
Fri, 2 Feb 2018 14:34:33 +0000 (16:34 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 5 Sep 2018 04:37:25 +0000 (06:37 +0200)
Signed-off-by: Alexander Bokovoy <ab@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
wscript_build

index 51fe553a8c13ae30d6a58fb73d37a53e93fee00d..a0563bfd59cefad605361b8bf3e55985c55d609a 100644 (file)
@@ -2,7 +2,7 @@
 
 # top level waf build script for samba4
 
-import Options
+from waflib import Options
 import os
 srcdir = "."