diff --git a/playground/folder_hashing/fhash.py b/playground/folder_hashing/fhash.py index 1e848267..94e01d34 100644 --- a/playground/folder_hashing/fhash.py +++ b/playground/folder_hashing/fhash.py @@ -17,7 +17,7 @@ we will need a testcase for this (overriding the function Task.set_file_constraints is trivial) """ -import stat +import stat, os from waflib import Utils, Task from waflib.TaskGen import feature