missing import

This commit is contained in:
Thomas Nagy 2011-12-17 22:39:57 +01:00
parent 37420ea786
commit 4bb247a623
1 changed files with 1 additions and 1 deletions

View File

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