diff -r 4484387ed012 -r d249dd9000d9 cwvreg.py --- a/cwvreg.py Thu Aug 20 17:55:08 2009 +0200 +++ b/cwvreg.py Thu Aug 20 17:56:22 2009 +0200 @@ -47,7 +47,10 @@ def __init__(self, vreg): super(CWRegistry, self).__init__(vreg.config) self.vreg = vreg - self.schema = vreg.schema + + @property + def schema(self): + return self.vreg.schema def initialization_completed(self): # call vreg_initialization_completed on appobjects and print