svn keywords
[plcapi.git] / PLC / Methods / GetSession.py
index 584de64..70f39b4 100644 (file)
@@ -1,3 +1,5 @@
+# $Id$
+# $URL$
 import time
 
 from PLC.Method import Method
@@ -17,8 +19,6 @@ class GetSession(Method):
     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