Re: [Zope-dev] Undeclared dependency of zope.site on zope.app.publication

2009-09-28 Thread Thomas Lotze
Martijn Faassen wrote: > Thomas Lotze wrote: >> I just noticed that zope.site depends on zope.app.publication, both via >> configure.zcml and the tests. The dependency isn't currently declared. >> On the other hand, zope.app.publication doesn't yet depend on zope.site. >> >> I'd like to get rid o

[Zope-dev] Zope Tests: 8 OK

2009-09-28 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Sun Sep 27 12:00:00 2009 UTC to Mon Sep 28 12:00:00 2009 UTC. There were 8 messages: 8 from Zope Tests. Tests passed OK --- Subject: OK : Zope-2.10 Python-2.4.6 : Linux From: Zope Tests Date: Sun Sep 27 20:53:15 EDT 2009 URL: http://

Re: [Zope-dev] Dependencies of zope.error

2009-09-28 Thread Thomas Lotze
Tres Seaver wrote: >> - zope.error depends on zope.container solely in order for the error >> reporting utility to be able to subclass Contained, which in turn >> calls itself a silly mix-in class. Also, zope.error makes no use of >> the fact that the utility is Contained. Should the Contain