add debug to kargs for the no-hangcheck option
[plcapi.git] / PLC / Methods / DeleteSession.py
index be5a8ae..c2654a5 100644 (file)
@@ -1,3 +1,4 @@
+# $Id#
 import time
 
 from PLC.Method import Method
@@ -16,6 +17,7 @@ class DeleteSession(Method):
     accepts = [SessionAuth()]
     returns = Parameter(int, '1 if successful')
 
+
     def call(self, auth):
         assert auth.has_key('session')