get rid of svn keywords once and for good
[plcapi.git] / PLC / Methods / UpdatePeer.py
index e0ac792..cd4c1ec 100644 (file)
@@ -1,5 +1,3 @@
-# $Id$
-# $URL$
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
@@ -47,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