[Erp5-report] r16178 - /erp5/trunk/products/ERP5/Document/Agent.py

nobody at svn.erp5.org nobody at svn.erp5.org
Sat Sep 8 11:05:03 CEST 2007


Author: vincent
Date: Sat Sep  8 11:05:03 2007
New Revision: 16178

URL: http://svn.erp5.org?rev=16178&view=rev
Log:
Wordwrap docstring.
Add docstring.

Modified:
    erp5/trunk/products/ERP5/Document/Agent.py

Modified: erp5/trunk/products/ERP5/Document/Agent.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/Agent.py?rev=16178&r1=16177&r2=16178&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/Agent.py (original)
+++ erp5/trunk/products/ERP5/Document/Agent.py Sat Sep  8 11:05:03 2007
@@ -36,7 +36,8 @@
 
 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 @@
   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)
         




More information about the Erp5-report mailing list