[Zope] Getting aquisition values from object attribute

Max M maxm@mxm.dk
Mon, 24 Mar 2003 13:17:07 +0100


Toby Dickenson wrote:

>On Monday 24 March 2003 11:01 am, Max M wrote:
>  
>
>>I have a product which has an object attribute that is an object. Just
>>like HTMLFile() or similar.
>>
>>I need to get the aquisition values from the parent object. How on earth
>>do I do that?
>>
>>Pseudocode
>>    
>>
>
>import Acquisition
>
>class MyAttr(Acqusition.Implicit):
>

Doh! slap!

Off course ,,, thank you.

regards Max M