That is correct. I need to access object properties.
Thanks,
A
Am 29.09.09 08:00, schrieb Andrew Milton:
> +-------[ Ajay Deshpande ]----------------------The question was about an object (instance), not about a class.
> | Hi All:
> |
> | I would like to access a certain property of an object from the __init__.py of
> | my Products folder. Is this possible?
>
> To get to it from inside Product code you can import the object
>
> from Products.MyProduct import SomeExportedObject
>
Andreas