From 2008cb8d3bfbb6c1eec6866af351d4b38e34efb3 Mon Sep 17 00:00:00 2001 From: Romain Courteaud <romain@nexedi.com> Date: Fri, 12 May 2006 10:03:54 +0000 Subject: [PATCH] Only modify code layout. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7241 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Form/Form.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/product/ERP5Form/Form.py b/product/ERP5Form/Form.py index ddede0f290..a0563ef487 100644 --- a/product/ERP5Form/Form.py +++ b/product/ERP5Form/Form.py @@ -343,7 +343,8 @@ class ERP5Form(ZMIForm, ZopePageTemplate): # Special Settings settings_form = create_settings_form() - def __init__(self, id, title, unicode_mode=0, encoding='UTF-8', stored_encoding='UTF-8'): + def __init__(self, id, title, unicode_mode=0, encoding='UTF-8', + stored_encoding='UTF-8'): """Initialize form. id -- id of form title -- the title of the form -- 2.30.9