From d248daae77ccdfc049db1921719421ea574947cc Mon Sep 17 00:00:00 2001 From: Jean-Paul Smets <jp@nexedi.com> Date: Tue, 20 Oct 2009 14:58:04 +0000 Subject: [PATCH] Missing import git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29859 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/mixin/cached_convertable.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/product/ERP5/mixin/cached_convertable.py b/product/ERP5/mixin/cached_convertable.py index e116cd65a3..f35fb5e93c 100644 --- a/product/ERP5/mixin/cached_convertable.py +++ b/product/ERP5/mixin/cached_convertable.py @@ -31,6 +31,8 @@ import md5 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: """ -- 2.30.9