X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=PLC%2FMethods%2FUpdateMessage.py;h=7f9612939ba65c6f69c5526ad6c81322c8bdff7c;hb=19d4a01ccf66af9e00914351b3eacd5fc880f988;hp=0848f6562dfa0b74801ff659796026bef20c401e;hpb=f5cd72e35593c96b9996ab4e49674cccc7525c48;p=plcapi.git diff --git a/PLC/Methods/UpdateMessage.py b/PLC/Methods/UpdateMessage.py index 0848f65..7f96129 100644 --- a/PLC/Methods/UpdateMessage.py +++ b/PLC/Methods/UpdateMessage.py @@ -1,5 +1,3 @@ -# $Id$ -# $URL$ from PLC.Faults import * from PLC.Method import Method from PLC.Parameter import Parameter, Mixed @@ -40,6 +38,6 @@ class UpdateMessage(Method): message.update(message_fields) message.sync() - self.event_objects = {'Message': [message['message_id']]} + self.event_objects = {'Message': [message['message_id']]} return 1