2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-12-23 17:55:04 +01:00

env = conf.env.derive().detach()

This commit is contained in:
Thomas Nagy 2015-07-02 20:52:41 +02:00
parent 2011f4a852
commit 19473a0721
No known key found for this signature in database
GPG Key ID: 67A565EDFDF90E64

View File

@ -167,6 +167,7 @@ class ConfigSet(object):
for x in keys:
tbl[x] = copy.deepcopy(tbl[x])
self.table = tbl
return self
def get_flat(self, key):
"""