review (and fix) the way we retrieve the subject object
[plcapi.git] / PLC / Methods / DeletePeer.py
index 20e0544..673e449 100644 (file)
@@ -1,4 +1,5 @@
-# $Id#
+# $Id$
+# $URL$
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
@@ -34,6 +35,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