get rid of svn keywords once and for good
[plcapi.git] / PLC / Methods / UpdateConfFile.py
index e25b610..5ae37fb 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 UpdateConfFile(Method):
         conf_file = conf_files[0]
         conf_file.update(conf_file_fields)
         conf_file.sync()
-       self.event_objects = {'ConfFile': [conf_file['conf_file_id']]}  
+        self.event_objects = {'ConfFile': [conf_file['conf_file_id']]}
 
         return 1