get rid of svn keywords once and for good
[plcapi.git] / PLC / Methods / UpdatePCUProtocolType.py
index d95e04b..b5d915e 100644 (file)
@@ -1,4 +1,3 @@
-# $Id$
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
@@ -38,5 +37,5 @@ class UpdatePCUProtocolType(Method):
         protocol_type = protocol_types[0]
         protocol_type.update(protocol_type_fields)
         protocol_type.sync()
-       self.event_objects = {'PCUProtocolType': [protocol_type['pcu_protocol_type_id']]}       
+        self.event_objects = {'PCUProtocolType': [protocol_type['pcu_protocol_type_id']]}
         return 1