[Erp5-report] r30510 - /erp5/trunk/products/ERP5/interfaces/aggregated_amount_list.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Nov 11 21:33:26 CET 2009


Author: jp
Date: Wed Nov 11 21:33:26 2009
New Revision: 30510

URL: http://svn.erp5.org?rev=30510&view=rev
Log:
Minor cosmetic changes to docstring.

Modified:
    erp5/trunk/products/ERP5/interfaces/aggregated_amount_list.py

Modified: erp5/trunk/products/ERP5/interfaces/aggregated_amount_list.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/interfaces/aggregated_amount_list.py?rev=30510&r1=30509&r2=30510&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/interfaces/aggregated_amount_list.py [utf8] (original)
+++ erp5/trunk/products/ERP5/interfaces/aggregated_amount_list.py [utf8] Wed Nov 11 21:33:26 2009
@@ -28,12 +28,11 @@
 #
 ##############################################################################
 
-from zope.interface import Interface
 from zope.schema.interfaces import ISequence
 
 class IAggregatedAmountList(ISequence):
-  """An Aggregated Amount List is a list of amounts aggregated together.
-
-  It is a sequence of objects implementing IAmount interface.
+  """Aggregated amount list interface specification
+  
+   A sequence of objects implementing IAmount interface.
   """
 




More information about the Erp5-report mailing list