> is  .interfaces.IDebtManager a IContainer interface, i.e.,
> you are extending IContainer, like ::

>   class IDebtManager(IContainer):
>        pass

The class is

class DebtManager(Folder):

which implements IDebtManager which is:

class IDebtManager(IContainer):
    """IDebtManager Marker Interface"""

Would BTreeContainer make the difference?

>
> Always reply to zope3-users list so that others can also help/learn.
>
> Regards,
> Baiju M
>

A mistake I make in Gmail because the buttons are next to each other.

--
-J. Method
_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to