cwvreg.py
branchstable
changeset 2927 d249dd9000d9
parent 2914 03fe782c6500
child 2968 0e3460341023
child 3032 f0ae6a5aba3e
child 3055 06814d57514f
equal deleted inserted replaced
2926:4484387ed012 2927:d249dd9000d9
    45 
    45 
    46 class CWRegistry(Registry):
    46 class CWRegistry(Registry):
    47     def __init__(self, vreg):
    47     def __init__(self, vreg):
    48         super(CWRegistry, self).__init__(vreg.config)
    48         super(CWRegistry, self).__init__(vreg.config)
    49         self.vreg = vreg
    49         self.vreg = vreg
    50         self.schema = vreg.schema
    50 
       
    51     @property
       
    52     def schema(self):
       
    53         return self.vreg.schema
    51 
    54 
    52     def initialization_completed(self):
    55     def initialization_completed(self):
    53         # call vreg_initialization_completed on appobjects and print
    56         # call vreg_initialization_completed on appobjects and print
    54         # registry content
    57         # registry content
    55         for appobjects in self.itervalues():
    58         for appobjects in self.itervalues():