Commit 7655fb4c authored by Vincent Pelletier's avatar Vincent Pelletier

Wordwrap docstring.

Add docstring.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16178 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8d859954
......@@ -36,7 +36,8 @@ from Products.ERP5Type.Core.Folder import Folder
class Agent(Folder, Image):
"""
An Agent is a Person who is permitted to perform some actions on the bank account according to Privileges.
An Agent is a Person who is permitted to perform some actions on the bank
account according to Privileges.
"""
# CMF Type Definition
meta_type = 'ERP5 Agent'
......@@ -66,7 +67,9 @@ class Agent(Folder, Image):
viewImage = Image.index_html
def importSignature(self, import_file=None, form_id=None, REQUEST=None, **kw):
"""
Imports a scan of a signature.
"""
if REQUEST is None:
REQUEST = getattr(self, 'REQUEST', None)
......
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