From a55044d9a31bca01b37638ae66f6edf6c54453e1 Mon Sep 17 00:00:00 2001 From: Sebastien Robin <seb@nexedi.com> Date: Wed, 29 Jul 2009 11:42:10 +0000 Subject: [PATCH] fix another syntax error git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28203 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/interfaces/sendable.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/product/ERP5/interfaces/sendable.py b/product/ERP5/interfaces/sendable.py index 51bf410f5d..899d7b2f22 100644 --- a/product/ERP5/interfaces/sendable.py +++ b/product/ERP5/interfaces/sendable.py @@ -124,8 +124,8 @@ class ISendable(Interface): """ pass - def getMIMEMultipartLogList(mime_sender=None) + def getMIMEMultipartLogList(mime_sender=None): """ Retrieve the list of messages sent based on the current document """ - pass \ No newline at end of file + pass -- 2.30.9