Commit 8cd041be authored by Vincent Pelletier's avatar Vincent Pelletier

Improve docstring.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6904 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7ce4f9e0
......@@ -39,7 +39,7 @@ from Acquisition import aq_base
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 @@ class TrashTool(BaseTool):
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 @@ class TrashTool(BaseTool):
list.sort()
return list
InitializeClass(TrashTool)
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