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