branch | stable |
changeset 9768 | afcd46716d6a |
parent 9367 | c8a5f7f43c03 |
child 9771 | 2656ac7fa9a8 |
9634:e01121bbd4fe | 9768:afcd46716d6a |
---|---|
239 return None |
239 return None |
240 |
240 |
241 |
241 |
242 class CWRegistry(Registry): |
242 class CWRegistry(Registry): |
243 def __init__(self, vreg): |
243 def __init__(self, vreg): |
244 super(CWRegistry, self).__init__(vreg.config) |
244 super(CWRegistry, self).__init__(vreg.config.debugmode) |
245 self.vreg = vreg |
245 self.vreg = vreg |
246 |
246 |
247 @property |
247 @property |
248 def schema(self): |
248 def schema(self): |
249 return self.vreg.schema |
249 return self.vreg.schema |