get rid of svn keywords once and for good
[plcapi.git] / PLC / Methods / UpdateMessage.py
index 25ed46d..7f96129 100644 (file)
@@ -1,4 +1,3 @@
-# $Id#
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
@@ -39,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