Should be general not global

This commit is contained in:
Roland Hedberg
2011-04-07 09:40:57 +02:00
parent 6ee34a94f5
commit 5ec98ac10d

View File

@@ -160,7 +160,7 @@ class Config(object):
except KeyError:
pass
if "xmlsec_binary" not in self._attr:
if "xmlsec_binary" not in self._attr[""]:
self._attr[""]["xmlsec_binary"] = get_xmlsec_binary()
self.load_complex(cnf)