summaryrefslogtreecommitdiff
path: root/buildtools
diff options
context:
space:
mode:
authorAlexander Bokovoy <ab@samba.org>2018-07-03 13:06:40 +0300
committerAndrew Bartlett <abartlet@samba.org>2018-09-05 06:37:27 +0200
commit7944ed6e7be60803eb4f0073ac6ac2e79413b4ab (patch)
treeb243e08f0d3f75a157081ad0c8aa5975798c9513 /buildtools
parent2a3fcdf1ef16f2efc936bed61fe85e3bb9e7fba9 (diff)
downloadsamba-7944ed6e7be60803eb4f0073ac6ac2e79413b4ab.tar.gz
buildtools/wafsamba: port stale_files to waf 2.0
Signed-off-by: Alexander Bokovoy <ab@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'buildtools')
-rw-r--r--buildtools/wafsamba/stale_files.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/buildtools/wafsamba/stale_files.py b/buildtools/wafsamba/stale_files.py
index df127eeece1..175f573296e 100644
--- a/buildtools/wafsamba/stale_files.py
+++ b/buildtools/wafsamba/stale_files.py
@@ -14,7 +14,9 @@ nodes/tasks, in which case the method will have to be modified
to exclude some folders for example.
"""
-import Logs, Build, os, samba_utils, Options, Utils, Errors
+from waflib import Logs, Build, Options, Utils, Errors
+import os
+from wafsamba import samba_utils
from Runner import Parallel
old_refill_task_list = Parallel.refill_task_list