merge two stable heads stable
authorJulien Cristau <julien.cristau@logilab.fr>
Tue, 10 Jun 2014 14:11:59 +0200
branchstable
changeset 9771 2656ac7fa9a8
parent 9769 d3f8866a48f5 (current diff)
parent 9768 afcd46716d6a (diff)
child 9801 e0532c37c9c2
merge two stable heads
cwvreg.py
--- 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