I need to be able to read a data structure from a file and use it in another
product. But the FS path of this file has to be a property. And I need to do
the reading just once, which is why I want to do it in __init__.py.

Thanks,
A

On Tue, Sep 29, 2009 at 11:27 AM, Andreas Jung <li...@zopyx.com> wrote:

> Am 29.09.09 07:55, schrieb Ajay Deshpande:
> > Hi All:
> >
> > I would like to access a certain property of an object from the
> > __init__.py of my Products folder. Is this possible?
> What is the usecase?
>
> The initialize() method of the Product code get the 'context' parameter
> during the startup phase.
> Not sure that you are able to proceed from that.
>
> -aj
>



-- 
"And the trees are all kept equal
By hatchet, axe, and saw"
_______________________________________________
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to