[Erp5-report] r6904 - /erp5/trunk/products/ERP5/Tool/TrashTool.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Apr 24 16:15:57 CEST 2006


Author: vincent
Date: Mon Apr 24 16:15:56 2006
New Revision: 6904

URL: http://svn.erp5.org?rev=6904&view=rev
Log:
Improve docstring.

Modified:
    erp5/trunk/products/ERP5/Tool/TrashTool.py

Modified: erp5/trunk/products/ERP5/Tool/TrashTool.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Tool/TrashTool.py?rev=6904&r1=6903&r2=6904&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Tool/TrashTool.py (original)
+++ erp5/trunk/products/ERP5/Tool/TrashTool.py Mon Apr 24 16:15:56 2006
@@ -39,7 +39,7 @@
 
 class TrashTool(BaseTool):
   """
-    TrashTool manage removed object from installation of BusinessTemplates
+    TrashTool contains objects removed/replaced during installation of business templates.
   """
   title = 'Trash Tool'
   id = 'portal_trash'
@@ -157,7 +157,6 @@
     trashbin = self.newContent(portal_type='Trash Bin', id=new_trash_id, title=bt_title, start_date=start_date, causality_value=bt)
 #     LOG('trash item created', 0, trashbin)
     return trashbin
-  
 
   def getTrashBinObjectsList(self, trashbin):
     """
@@ -181,6 +180,4 @@
     list.sort()
     return list
 
-
-
 InitializeClass(TrashTool)




More information about the Erp5-report mailing list