diff -r 870fa705dfde -r 0d01413ec9ae cwvreg.py --- a/cwvreg.py Thu Aug 13 10:31:31 2009 +0200 +++ b/cwvreg.py Thu Aug 13 10:32:03 2009 +0200 @@ -50,11 +50,7 @@ self.schema = vreg.schema def initialization_completed(self): - # call vreg_initialization_completed on appobjects and print - # registry content - for appobjects in self.itervalues(): - for appobject in appobjects: - appobject.vreg_initialization_completed() + pass def render(self, __oid, req, __fallback_oid=None, rset=None, **kwargs): """select object, or fallback object if specified and the first one