Merge branch 'master' of ssh://git.onelab.eu/git/plcapi
[plcapi.git] / PLC / Methods / UpdateConfFile.py
index e25b610..812d73a 100644 (file)
@@ -1,4 +1,5 @@
-# $Id#
+# $Id$
+# $URL$
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
@@ -38,6 +39,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