[Erp5-report] r16369 - /erp5/trunk/products/ERP5Type/patches/DA.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Sep 14 15:07:09 CEST 2007


Author: jerome
Date: Fri Sep 14 15:07:08 2007
New Revision: 16369

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

Modified:
    erp5/trunk/products/ERP5Type/patches/DA.py

Modified: erp5/trunk/products/ERP5Type/patches/DA.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/patches/DA.py?rev=16369&r1=16368&r2=16369&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/patches/DA.py (original)
+++ erp5/trunk/products/ERP5Type/patches/DA.py Fri Sep 14 15:07:08 2007
@@ -24,7 +24,8 @@
 from AccessControl import getSecurityManager
 from Acquisition import aq_base
 from zLOG import LOG, INFO, ERROR
-
+from string import find
+from cStringIO import StringIO
 
 def DA_fromFile(self, filename):
   """




More information about the Erp5-report mailing list