[Erp5-report] r8363 - /erp5/trunk/products/ERP5/Document/Alarm.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jul 10 19:09:19 CEST 2006


Author: romain
Date: Mon Jul 10 19:09:15 2006
New Revision: 8363

URL: http://svn.erp5.org?rev=8363&view=rev
Log:
Code layout.

Modified:
    erp5/trunk/products/ERP5/Document/Alarm.py

Modified: erp5/trunk/products/ERP5/Document/Alarm.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/Alarm.py?rev=8363&r1=8362&r2=8363&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/Alarm.py (original)
+++ erp5/trunk/products/ERP5/Document/Alarm.py Mon Jul 10 19:09:15 2006
@@ -75,7 +75,8 @@
     security.declareProtected(Permissions.View, 'isActive')
     def isActive(self):
       """
-      This method returns only True or False. It simply tells if this alarm is currently
+      This method returns only True or False. 
+      It simply tells if this alarm is currently
       active or not. It is activated when it is doing some calculation with
       activeSense or solve.
       """




More information about the Erp5-report mailing list