On Mon, Jul 20, 2009 at 2:48 AM, Michael Howitz<[email protected]> wrote: > Do you search this one? > > zope.app.zopeappgenerations.ZopeAppSchemaManager
Ah, thanks. So this is all rather confusing. Marius' branch refer to files that aren't in zope.app.component anymore. The relevant code has moved to zope.site, so, unless I'm missing something, Marius' patches seem largely irrelevant. The evolve4 script in zope.app.zopeappgenerations refers to a _evolve_to_generation_4 method that isn't anywhere on the trunk anymore, but is in the back35.py file that Marius edited. It looks like the schema manager in zope.app.zopeappgenerations needs to get cleaned up. My suspicion is that it would be best to add a schema manager in zope.site that makes sure that the root site manager has a proper __bases__. Jim -- Jim Fulton _______________________________________________ Zope-Dev maillist - [email protected] http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope )
