mirror of
https://github.com/samba-team/samba.git
synced 2025-01-18 06:04:06 +03:00
buildtools/wafsamba: port stale_files to waf 2.0
Signed-off-by: Alexander Bokovoy <ab@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
2a3fcdf1ef
commit
7944ed6e7b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user