buildtools/wafsamba: port stale_files to waf 2.0
authorAlexander Bokovoy <ab@samba.org>
Tue, 3 Jul 2018 10:06:40 +0000 (13:06 +0300)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 5 Sep 2018 04:37:27 +0000 (06:37 +0200)
Signed-off-by: Alexander Bokovoy <ab@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
buildtools/wafsamba/stale_files.py

index df127eeece1971c41225b8afcb5c83fbca4d05cb..175f573296eda0c58342e4fc4ca7bfee3dfef5a4 100644 (file)
@@ -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