[CMF-checkins] CVS: CMF - utils.py:1.3

Jens Vagelpohl jens@localhost.localdomain
Tue, 27 Feb 2001 13:34:27 -0500


Update of /cvs-repository/CMF/CMFCore
In directory waldorf:/home/jens/CMF/CMFCore

Modified Files:
	utils.py 
Log Message:
Changed the "getToolbyName" implementation to use a simple getattr instead of the non-working "Acquisition.aq_aquire". It threw a name error on what it was supposed to acquire.