[Zope3-Users] classProvides and inheritance

2009-08-15 Thread Iain Duncan
Hi, I'm new here so please tell me if this is the wrong list. I have a case where I want a class, ( the class object itself, not an instantiated class ) to provide an interface so that a utility look up can get me the class itself. This is working ok with: class IPet(PersistentResource): implem

Re: [Zope3-Users] classProvides and inheritance

2009-08-15 Thread Iain Duncan
On Sat, 2009-08-15 at 16:57 -0400, Jim Fulton wrote: > On Sat, Aug 15, 2009 at 4:49 PM, Iain Duncan wrote: > > Hi, I'm new here so please tell me if this is the wrong list. > > > > I have a case where I want a class, ( the class object itself, not an > > in

Re: [Zope3-Users] classProvides and inheritance

2009-08-15 Thread Iain Duncan
On Sat, 2009-08-15 at 17:18 -0400, Jim Fulton wrote: > On Sat, Aug 15, 2009 at 5:06 PM, Iain Duncan wrote: > > On Sat, 2009-08-15 at 16:57 -0400, Jim Fulton wrote: > >> On Sat, Aug 15, 2009 at 4:49 PM, Iain Duncan wrote: > ... > > I understood that, I just phrased