Re: Stacking zope.component registries
Martin Aspeli <[email protected]>
| Newsgroups | gmane.comp.web.zope.devel |
|---|---|
| Message-ID | <[email protected]> |
Chris McDonough wrote: > On 4/8/10 4:36 PM, Marius Gedminas wrote: >>> from zope.component import getSiteManager >>> getSiteManager.sethook(get_current_registry) >> That seems a bit short-sighted: it would break all tests that rely on >> setSite() working. > > He said he wanted a global registry, but.. who knows? I stay as far away from > that API as possible. ;-) Marius is right - I need standard stuff like setSite(), local components and that pesky global API (provideAdapter etc.) to work. Martin -- Author of `Professional Plone Development`, a book for developers who want to work with Plone. See http://martinaspeli.net/plone-book _______________________________________________ Zope-Dev maillist - [email protected] https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope )