+-------[ 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?

To get to it from inside Product code you can import the object

from Products.MyProduct import SomeExportedObject

>From any other code you're probably out of luck.

-- 
Andrew Milton
a...@theinternet.com.au
_______________________________________________
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