[Erp5-report] r29858 - /erp5/trunk/products/ERP5/mixin/cached_convertable.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Oct 20 16:56:52 CEST 2009
Author: jp
Date: Tue Oct 20 16:56:47 2009
New Revision: 29858
URL: http://svn.erp5.org?rev=29858&view=rev
Log:
Missing import
Modified:
erp5/trunk/products/ERP5/mixin/cached_convertable.py
Modified: erp5/trunk/products/ERP5/mixin/cached_convertable.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/mixin/cached_convertable.py?rev=29858&r1=29857&r2=29858&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/mixin/cached_convertable.py [utf8] (original)
+++ erp5/trunk/products/ERP5/mixin/cached_convertable.py [utf8] Tue Oct 20 16:56:47 2009
@@ -31,6 +31,7 @@
from AccessControl import ClassSecurityInfo
from Products.ERP5Type import Permissions
+from Products.CMFCore.utils import getToolByName
class CachedConvertableMixin:
"""
More information about the Erp5-report
mailing list