[trigger] Correctifs mineurs

This commit is contained in:
Pierre-Elliott Bécue 2014-07-14 03:43:27 +02:00
parent 7bfe23a6ec
commit 334bac5aa2
3 changed files with 26 additions and 22 deletions

View file

@ -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.