[Zope-CMF] FSObject question

Chris Withers chrisw@nipltd.com
Sat, 07 Jul 2001 01:43:41 +0100


Hi,

Is there any reason why this lump:

    if DevelopmentMode:
        # Provide an opportunity to update the properties.
        def __of__(self, parent):
            self = Acquisition.ImplicitAcquisitionWrapper(self, parent)
            self._updateFromFS()
            return self

...which appears at the bottom of a lot of the FS classes can't be refactored
out into FSObject itself?

cheers,

Chris