From 7655fb4c669fe1a140ae5ccdac4e561687fb9e8f Mon Sep 17 00:00:00 2001
From: Vincent Pelletier <vincent@nexedi.com>
Date: Sat, 8 Sep 2007 09:05:03 +0000
Subject: [PATCH] Wordwrap docstring. Add docstring.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16178 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/Document/Agent.py | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/product/ERP5/Document/Agent.py b/product/ERP5/Document/Agent.py
index 296a7015f1..edbf38c984 100644
--- a/product/ERP5/Document/Agent.py
+++ b/product/ERP5/Document/Agent.py
@@ -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)
         
-- 
2.30.9