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