4 Apr
2004
4 Apr
'04
9:50 p.m.
On Sun, Apr 04, 2004 at 04:21:16PM -0400, Stephan Richter wrote:
class FooBar: ? ? implements(IFoo, IBar)
This is the only way used in Zope 3.
class FooBar: ? ? __implements__ = (IFoo, IBar)
This is mainly for backward-compatibility, I understand.
got it, thanks. -- Paul Winkler http://www.slinkp.com Look! Up in the sky! It's THE GARAGE! (random hero from isometric.spaceninja.com)