2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-25 19:30:04 +01:00

bad import

This commit is contained in:
Thomas Nagy 2012-04-02 01:42:35 +02:00
parent 181438a9ba
commit 4f9efc66a5

View File

@ -13,7 +13,7 @@ is always postponed. To achieve this, various methods are called from the method
"""
import copy, re, os
from waflib import Task, Utils, Logs, Errors, ConfigSet
from waflib import Task, Utils, Logs, Errors, ConfigSet, Node
feats = Utils.defaultdict(set)
"""remember the methods declaring features"""