add node tags as root not as caller
[plcapi.git] / PLC / Methods / AddPerson.py
index a8b4e2c..8840975 100644 (file)
@@ -1,5 +1,3 @@
-# $Id$
-# $URL$
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
@@ -40,6 +38,6 @@ class AddPerson(Method):
 
         # Logging variables
         self.event_objects = {'Person': [person['person_id']]}
-        self.message = 'Person %d added' % person['person_id'] 
+        self.message = 'Person %d added' % person['person_id']
 
         return person['person_id']