options override tags - mention tags in __doc__
[plcapi.git] / PLC / Methods / DeleteSession.py
index be5a8ae..45bb861 100644 (file)
@@ -1,3 +1,5 @@
+# $Id$
+# $URL$
 import time
 
 from PLC.Method import Method
@@ -16,6 +18,7 @@ class DeleteSession(Method):
     accepts = [SessionAuth()]
     returns = Parameter(int, '1 if successful')
 
+
     def call(self, auth):
         assert auth.has_key('session')