From within the product class you can do this:
from Globals import package_home class MyProduct(...): meta_type = '...' def do_something(self): print package_home(globals()) 2008/9/17 Marco Bizzarri <marco.bizzarri@gmail.com>:
Hi all.
I'm writing a number of acceptance tests where I need to compare whether the content of a text file is equals to another file.
The comparision files are in a subdirectory of the acceptance test directory itself, therefore, once I know where my product is on the filesystem, I can access the test files from there.
What is the accepted way to do know the directory of a product?
Regards Marco
-- Marco Bizzarri http://notenotturne.blogspot.com/ http://iliveinpisa.blogspot.com/ _______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
-- Peter Bengtsson, work www.fry-it.com home www.peterbe.com hobby www.issuetrackerproduct.com