summaryrefslogtreecommitdiff
path: root/third_party
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:24 +0200
commit7e2deed7c5709d1f73ec001d5ec36fd086aa70ad (patch)
tree15c67b1d7a2bac7f5b44fe736f7ed47498d800cb /third_party
parent2847a382d8ad79c80f8bf3c7cd80c978fbe6d0c2 (diff)
downloadsamba-7e2deed7c5709d1f73ec001d5ec36fd086aa70ad.tar.gz
third_party/popt/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 'third_party')
-rw-r--r--third_party/popt/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/popt/wscript b/third_party/popt/wscript
index a613ff648fb..ea655bb484c 100644
--- a/third_party/popt/wscript
+++ b/third_party/popt/wscript
@@ -1,6 +1,6 @@
#!/usr/bin/env python
-import Options
+from waflib import Options
def configure(conf):
if conf.CHECK_POPT():