From: Alexander Bokovoy Date: Tue, 3 Jul 2018 10:06:40 +0000 (+0300) Subject: buildtools/wafsamba: port stale_files to waf 2.0 X-Git-Tag: tdb-1.3.17~1787 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7944ed6e7be60803eb4f0073ac6ac2e79413b4ab;p=thirdparty%2Fsamba.git buildtools/wafsamba: port stale_files to waf 2.0 Signed-off-by: Alexander Bokovoy Reviewed-by: Andrew Bartlett --- 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