propagate caller in more places
[plcapi.git] / PLC / Methods / GetSession.py
index 584de64..1e713fe 100644 (file)
@@ -1,3 +1,5 @@
+# $Id$
+# $URL$
 import time
 
 from PLC.Method import Method
@@ -16,9 +18,7 @@ class GetSession(Method):
     roles = ['admin', 'pi', 'user', 'tech', 'node']
     accepts = [Auth()]
     returns = Session.fields['session_id']
-    
-    event_type = 'Get'
-    object_type = 'Session'
+
 
     def call(self, auth):
         # Authenticated with a session key, just return it