[Zope-dev] Zope Product Reload

Stefan Kuzminski stefan@umevoice.com
Fri, 11 Feb 2000 13:39:57 -0800 (PST)


I played with this a while back and had good luck when I got the reference to
the object by importing it rather than with getattr.. i.e.

import( product )
reload( product )

this reloaded the module..