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 _______________________________________________ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users