From f617bad51b6633cee3e12721b37c1c1946497ae8 Mon Sep 17 00:00:00 2001 From: Jean-Paul Smets <jp@nexedi.com> Date: Tue, 20 Oct 2009 15:52:21 +0000 Subject: [PATCH] Missing imports. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29863 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 0dbcb54226..646afe9e4e 100644 --- a/product/ERP5/mixin/cached_convertable.py +++ b/product/ERP5/mixin/cached_convertable.py @@ -28,7 +28,9 @@ ############################################################################## import md5 +import string +from Acquisition import aq_base from AccessControl import ClassSecurityInfo from Products.ERP5Type import Permissions from Products.CMFCore.utils import getToolByName -- 2.30.9