[Erp5-report] r29859 - /erp5/trunk/products/ERP5/mixin/cached_convertable.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Oct 20 16:58:08 CEST 2009
Author: jp
Date: Tue Oct 20 16:58:04 2009
New Revision: 29859
URL: http://svn.erp5.org?rev=29859&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=29859&r1=29858&r2=29859&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:58:04 2009
@@ -32,6 +32,7 @@
from AccessControl import ClassSecurityInfo
from Products.ERP5Type import Permissions
from Products.CMFCore.utils import getToolByName
+from Products.ERP5Type.Cache import DEFAULT_CACHE_SCOPE
class CachedConvertableMixin:
"""
More information about the Erp5-report
mailing list