undefined variable in an example file

This commit is contained in:
Thomas Nagy 2014-01-12 19:53:14 +01:00
parent 010b944062
commit 08de887cfb
1 changed files with 1 additions and 1 deletions

View File

@ -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