18 Sep
2008
18 Sep
'08
2:12 p.m.
On Thu, Sep 18, 2008 at 4:16 AM, Marco Bizzarri <marco.bizzarri@gmail.com> wrote:
Thanks, Peter; but that does not work inside a test case run as:
python tests/testMyTestSuite.py
I'm using at the moment:
def product_prefix(self): return sys.modules['Products.MyProduct'].__path__[0]
but I'm not sure if it is an horrible hack or now.
What about yourmodule.__file__ ? -- Israel