Thanks!

> You already noticed that the wrapper is instantiated directly, so  
> that's what's going on. No magic, no component architecture.

Thanks for the clarification.  The bits that confused me were:

class IndexableObjectSpecification(ObjectSpecificationDescriptor)
    ...

class IndexableObjectWrapper(object):

     implements(IIndexableObjectWrapper)
     __providedBy__ = IndexableObjectSpecification()

What does this code actually achieve (I get the implements bit, obviously)?!

> Whether that is good or bad or should be changed is a different issue.

I will write up a short proposal.

Miles

_______________________________________________
Zope-CMF maillist  -  Zope-CMF@lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See https://bugs.launchpad.net/zope-cmf/ for bug reports and feature requests

Reply via email to