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
1 changed files with 1 additions and 0 deletions

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