[Erp5-report] r28203 - /erp5/trunk/products/ERP5/interfaces/sendable.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Jul 29 13:42:10 CEST 2009


Author: seb
Date: Wed Jul 29 13:42:10 2009
New Revision: 28203

URL: http://svn.erp5.org?rev=28203&view=rev
Log:
fix another syntax error

Modified:
    erp5/trunk/products/ERP5/interfaces/sendable.py

Modified: erp5/trunk/products/ERP5/interfaces/sendable.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/interfaces/sendable.py?rev=28203&r1=28202&r2=28203&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/interfaces/sendable.py [utf8] (original)
+++ erp5/trunk/products/ERP5/interfaces/sendable.py [utf8] Wed Jul 29 13:42:10 2009
@@ -124,8 +124,8 @@
     """
     pass
 
-  def getMIMEMultipartLogList(mime_sender=None)
+  def getMIMEMultipartLogList(mime_sender=None):
     """
       Retrieve the list of messages sent based on the current document
     """
-    pass
+    pass




More information about the Erp5-report mailing list