[Erp5-report] r28960 - /erp5/trunk/products/CMFActivity/ActiveProcess.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Sep 11 16:02:35 CEST 2009


Author: vincent
Date: Fri Sep 11 16:02:33 2009
New Revision: 28960

URL: http://svn.erp5.org?rev=28960&view=rev
Log:
Remove obviously invalid method: they don't even have a "self" parameter !

Modified:
    erp5/trunk/products/CMFActivity/ActiveProcess.py

Modified: erp5/trunk/products/CMFActivity/ActiveProcess.py
URL: http://svn.erp5.org/erp5/trunk/products/CMFActivity/ActiveProcess.py?rev=28960&r1=28959&r2=28960&view=diff
==============================================================================
--- erp5/trunk/products/CMFActivity/ActiveProcess.py [utf8] (original)
+++ erp5/trunk/products/CMFActivity/ActiveProcess.py [utf8] Fri Sep 11 16:02:33 2009
@@ -161,14 +161,6 @@
       """
       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)




More information about the Erp5-report mailing list