Commit 4fb3f0b9 authored by Vincent Pelletier's avatar Vincent Pelletier

Remove obviously invalid method: they don't even have a "self" parameter !


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28960 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cf1098ac
......@@ -161,14 +161,6 @@ class ActiveProcess(Base):
"""
return self.getStartDate()
def start():
# start activities related to this process
pass
def stop():
# stop activities related to this process
pass
def flush(self):
# flush activities related to this process
activity_tool = getattr(self, 'portal_activities', None)
......
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