changeset 2804 | 0d01413ec9ae |
parent 2802 | 2251b4aee54a |
child 2811 | e1f3b8e7f19a |
--- a/appobject.py Thu Aug 13 10:31:31 2009 +0200 +++ b/appobject.py Thu Aug 13 10:32:03 2009 +0200 @@ -285,10 +285,6 @@ registry.vreg.register_property(cls._cwpropkey(propid), **pdef) return cls - @classmethod - def vreg_initialization_completed(cls): - pass - def __init__(self, req=None, rset=None, row=None, col=None, **extra): super(AppObject, self).__init__() self.req = req