add node tags as root not as caller
[plcapi.git] / PLC / Methods / GetSession.py
index 70f39b4..6a8ac4c 100644 (file)
@@ -1,5 +1,3 @@
-# $Id$
-# $URL$
 import time
 
 from PLC.Method import Method
@@ -18,7 +16,7 @@ class GetSession(Method):
     roles = ['admin', 'pi', 'user', 'tech', 'node']
     accepts = [Auth()]
     returns = Session.fields['session_id']
-    
+
 
     def call(self, auth):
         # Authenticated with a session key, just return it