Commit 1c64d992 authored by Romain Courteaud's avatar Romain Courteaud

Code layout.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8363 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 44a9c943
......@@ -75,7 +75,8 @@ class Alarm(Periodicity, XMLObject):
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.
"""
......
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