get rid of svn keywords once and for good
[plcapi.git] / PLC / Methods / DeleteSession.py
index be5a8ae..3898f51 100644 (file)
@@ -16,6 +16,7 @@ class DeleteSession(Method):
     accepts = [SessionAuth()]
     returns = Parameter(int, '1 if successful')
 
+
     def call(self, auth):
         assert auth.has_key('session')