summaryrefslogtreecommitdiff
path: root/pidl
diff options
context:
space:
mode:
authorAlexander Bokovoy <ab@samba.org>2018-02-02 16:34:31 +0200
committerAndrew Bartlett <abartlet@samba.org>2018-09-05 06:37:23 +0200
commit7f6ce8f834f7448364fb465ecfc2d5640ffb2b09 (patch)
treee93739af795b9ef400811c46e7a52edf1e6276c4 /pidl
parente1e5b57f72029751951991d358da777594237168 (diff)
downloadsamba-7f6ce8f834f7448364fb465ecfc2d5640ffb2b09.tar.gz
pidl/wscript: 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 'pidl')
-rw-r--r--pidl/wscript5
1 files changed, 3 insertions, 2 deletions
diff --git a/pidl/wscript b/pidl/wscript
index b9607a95bda..39816112133 100644
--- a/pidl/wscript
+++ b/pidl/wscript
@@ -1,7 +1,8 @@
#!/usr/bin/env python
-import os, string, Logs
+import os, string
from samba_utils import MODE_755
+from waflib import Logs
# This function checks if a perl module is installed on the system.
def check_system_perl_module(conf, module, version=None):
@@ -24,7 +25,7 @@ def check_system_perl_module(conf, module, version=None):
return True
-def set_options(opt):
+def options(opt):
return
def configure(conf):