[Zope3-Users] Sorry about that last email

Greg Baker gbaker at cs.mun.ca
Fri May 11 07:43:44 EDT 2007


Hrm, it appears that ctrl-enter in kmail actually sends emails...  Sorry about 
that last one..

Anyway, my question:

interfaces.py:
------------------
class IReport(Interface):
    containers(IReportContainer)

class IReportContainer(IContainer):
    contains(IReport)


the above two classes reside in the same module, interfaces.py...  Since they 
both depend on each other, I am having the problem of a circular dependency.  
How can I resolve this?

Greg


More information about the Zope3-users mailing list