On Mon, 2012-01-16 at 21:29 +0000, Chris Withers wrote: > On 16/01/2012 18:58, Chris McDonough wrote: > > PS: we just moved the Components code from zope.component.registry to > > zope.interface.registry. So it's the same code, just with a different > > name. So it's exactly the same thing, except much cooler, because it > > has a new name. ;-) > > For dinosaurs like myself, is there a migration guide anywhere? > > (ie: I'm using to calling getSiteManager().registerUtility(), etc, what > do I do now? Can I still use zope.component's getSiteManager() or will > things "just not work" (tm))
Nothing has changed, we just moved code around; backwards compatibility shims are in place or importing forever. - C -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
