Re: [Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/ added some z3 interfaces for catalog related classes
yuppie <[email protected]> Tue, 05 Jul 2005 15:40:22 +0200
| Newsgroups | gmane.comp.web.zope.coders |
|---|---|
| Message-ID | <[email protected]> |
Stefan H. Holek wrote: > Yep, still problems, sorry ;-) > > Seems like PluginIndexes/interfaces.py should not import Five. How > about getting interfaces from zope.interface? Well. My goal was to use the bridging code from Five to avoid redundant interface definitions. My approach obviously didn't work, so I added redundant interface definitions for now. I'll have a look at porting createZope2Bridge from Five to a better place. Sorry for the inconveniences. Yuppie