- Change .py files to use 4-space indents and no hard tab characters.
[plcapi.git] / PLC / Methods / UpdatePCUType.py
index fc4e886..dcc705a 100644 (file)
@@ -1,3 +1,5 @@
+# $Id$
+# $URL$
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
@@ -37,6 +39,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