bad import

This commit is contained in:
Thomas Nagy 2012-04-02 01:42:35 +02:00
parent 181438a9ba
commit 4f9efc66a5
1 changed files with 1 additions and 1 deletions

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