Commit 2008cb8d authored by Romain Courteaud's avatar Romain Courteaud

Only modify code layout.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7241 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 80533b3b
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment