[trigger] Correctifs mineurs
This commit is contained in:
parent
7bfe23a6ec
commit
334bac5aa2
3 changed files with 26 additions and 22 deletions
|
@ -133,7 +133,7 @@ def compare_lists(list1, list2):
|
|||
|
||||
return moins, plus
|
||||
|
||||
class event(BasicService):
|
||||
class Event(BasicService):
|
||||
"""Event service class. It extends BasicService, but should not implement
|
||||
any change trigger, since it's this service which is designed to call
|
||||
change triggers of other services.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue