cwvreg.py
branchstable
changeset 9771 2656ac7fa9a8
parent 9701 46c8d8701240
parent 9768 afcd46716d6a
child 9894 9461d1bd70bb
child 9947 6343d91f5200
--- a/cwvreg.py	Tue Jun 10 09:35:26 2014 +0200
+++ b/cwvreg.py	Tue Jun 10 14:11:59 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