From 08de887cfb03beb8982ce6d64b44f0aa0e6323dd Mon Sep 17 00:00:00 2001 From: Thomas Nagy Date: Sun, 12 Jan 2014 19:53:14 +0100 Subject: [PATCH] undefined variable in an example file --- playground/folder_hashing/fhash.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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