branch | stable |
changeset 9768 | afcd46716d6a |
parent 9367 | c8a5f7f43c03 |
child 9771 | 2656ac7fa9a8 |
--- a/cwvreg.py Mon Apr 07 15:57:47 2014 +0200 +++ b/cwvreg.py Fri May 16 17:01:34 2014 +0200 @@ -241,7 +241,7 @@ class CWRegistry(Registry): def __init__(self, vreg): - super(CWRegistry, self).__init__(vreg.config) + super(CWRegistry, self).__init__(vreg.config.debugmode) self.vreg = vreg @property