r2lab is migrating from a previous depl. based on omf_sfa
[plcapi.git] / PLC / Methods / UpdatePeer.py
index 572d613..cd4c1ec 100644 (file)
@@ -1,4 +1,3 @@
-# $Id$
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
@@ -46,6 +45,6 @@ class UpdatePeer(Method):
         peer.sync()
 
         # Log affected objects
-       self.event_objects = {'Peer': [peer['peer_id']]}
+        self.event_objects = {'Peer': [peer['peer_id']]}
 
-       return 1
+        return 1