[Erp5-report] r35288 nicolas - /erp5/trunk/products/ERP5/mixin/base_convertable_and_file.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu May 13 00:48:59 CEST 2010


Author: nicolas
Date: Thu May 13 00:48:59 2010
New Revision: 35288

URL: http://svn.erp5.org?rev=35288&view=rev
Log:
add missing imports

Modified:
    erp5/trunk/products/ERP5/mixin/base_convertable_and_file.py

Modified: erp5/trunk/products/ERP5/mixin/base_convertable_and_file.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/mixin/base_convertable_and_file.py?rev=35288&r1=35287&r2=35288&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/mixin/base_convertable_and_file.py [utf8] (original)
+++ erp5/trunk/products/ERP5/mixin/base_convertable_and_file.py [utf8] Thu May 13 00:48:59 2010
@@ -28,6 +28,8 @@
 ##############################################################################
 from AccessControl import ClassSecurityInfo
 from Products.ERP5Type import Permissions
+from OFS.Image import Pdata
+import cStringIO
 
 _MARKER = []
 class BaseConvertableAndFileMixin:




More information about the Erp5-report mailing list