[Erp5-report] r29863 - /erp5/trunk/products/ERP5/mixin/cached_convertable.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Oct 20 17:52:21 CEST 2009


Author: jp
Date: Tue Oct 20 17:52:21 2009
New Revision: 29863

URL: http://svn.erp5.org?rev=29863&view=rev
Log:
Missing imports.

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=29863&r1=29862&r2=29863&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/mixin/cached_convertable.py [utf8] (original)
+++ erp5/trunk/products/ERP5/mixin/cached_convertable.py [utf8] Tue Oct 20 17:52:21 2009
@@ -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




More information about the Erp5-report mailing list