retrieve tag_type needed for caller_may_write_tag
[plcapi.git] / PLC / Methods / UpdatePCUProtocolType.py
index d95e04b..9e22035 100644 (file)
@@ -1,4 +1,5 @@
 # $Id$
+# $URL$
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
@@ -38,5 +39,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