2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-22 09:57:15 +01:00

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

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