[Zope-Checkins] CVS: Zope2 - SkinnableObject.py:1.1.2.2

Martijn Pieters mj@digicool.com
Sat, 12 Aug 2000 13:03:28 -0400


Update of /cvs-repository/Zope2/lib/python/SkinnableAndLocalizable
In directory korak.digicool.com:/tmp/cvs-serv499/SkinnableAndLocalizable

Modified Files:
      Tag: mj-skinnable_and_localizable_objects-branch
	SkinnableObject.py 
Log Message:
Fix for SkinnableObjects. Always test image objects with a clean cache!

This time round, we know we can't count on acquisition, so we get a ref to
the root object through REQUEST['PARENTS'][-1].getPhysicalRoot(). Should
work in al cases. I hope.

Also added id to the class. Just in case it is needed.