[Zope3-dev] Re: Missing 'provides' attribute exception in API doc

jürgen Kartnaller j.kartnaller at cable.vol.at
Sat Apr 2 03:32:33 EST 2005


Stephan Richter wrote:
> On Tuesday 29 March 2005 12:22, jürgen Kartnaller wrote:
> 
>>Ok, I mixed up provides and adapts.
>>provides -> implements
>>for -> adapts
>>
>>But anyway, I also have an implements definition in my
>>PilotPointsACROCUP class :
>>
>>class PilotPointsACROCUP(PilotPoints):
>>     """Adapts to point data for ACROCUP.
>>     """
>>     adapts(IContestPilot, IContest)
>>     implements(IPoints)
>>
>>Otherwise it would not work.
>>The result is the same.
> 
> 
> I cannot reproduce the problem with an arbitrary adapter of my choice. Also, 
> it really does not make sense anyways.

What do you mean with "it really does not make sense" ?

Actually it makes sense to me because the application works :)
But I'm sure that's not enough.

Regards
Jürgen



More information about the Zope3-dev mailing list