Setting tag plcapi-5.4-1
[plcapi.git] / PLC / Methods / UpdatePCUType.py
index d07cc2a..2850fdb 100644 (file)
@@ -1,4 +1,3 @@
-# $Id$
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
@@ -38,6 +37,6 @@ class UpdatePCUType(Method):
         pcu_type = pcu_types[0]
         pcu_type.update(pcu_type_fields)
         pcu_type.sync()
-       self.event_objects = {'PCUType': [pcu_type['pcu_type_id']]}     
+        self.event_objects = {'PCUType': [pcu_type['pcu_type_id']]}
 
         return 1