auth/wscript: import from waflib
authorAlexander Bokovoy <ab@samba.org>
Fri, 15 Jun 2018 13:18:34 +0000 (16:18 +0300)
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>
lib/audit_logging/wscript

index 9d71af1026b367cf02bef679f6ec7c4b8a033d05..07a6caf95b6140d2152da96a3ed3c2fa7ccea597 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 
-import Logs, Options, Utils
+from waflib import Logs, Options, Utils
 import samba3
 
 def options(opt):