From 7944ed6e7be60803eb4f0073ac6ac2e79413b4ab Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Tue, 3 Jul 2018 13:06:40 +0300 Subject: [PATCH] buildtools/wafsamba: port stale_files to waf 2.0 Signed-off-by: Alexander Bokovoy Reviewed-by: Andrew Bartlett --- buildtools/wafsamba/stale_files.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.11.4.GIT