cwvreg.py
branchstable
changeset 9980 91fbd3111828
parent 9947 6343d91f5200
child 9984 793377697c81
equal deleted inserted replaced
9947:6343d91f5200 9980:91fbd3111828
   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.debugmode)
   244         super(CWRegistry, self).__init__(True)
   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