summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/stale_files.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildtools/wafsamba/stale_files.py')
-rw-r--r--buildtools/wafsamba/stale_files.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildtools/wafsamba/stale_files.py b/buildtools/wafsamba/stale_files.py
index 2dd08e14974..df127eeece1 100644
--- a/buildtools/wafsamba/stale_files.py
+++ b/buildtools/wafsamba/stale_files.py
@@ -14,7 +14,7 @@ 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
+import Logs, Build, os, samba_utils, Options, Utils, Errors
from Runner import Parallel
old_refill_task_list = Parallel.refill_task_list
@@ -46,7 +46,7 @@ def replace_refill_task_list(self):
# paranoia
if bin_base[-4:] != '/bin':
- raise Utils.WafError("Invalid bin base: %s" % bin_base)
+ raise Errors.WafError("Invalid bin base: %s" % bin_base)
# obtain the expected list of files
expected = []