From 7e7adc64713f74976d5994af36b5f758620fb37b Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sat, 13 Oct 2012 21:39:58 +0200 Subject: added JSON and WS client, re organized tests, new classes for easier api tests --- module/web/api_app.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'module/web/api_app.py') diff --git a/module/web/api_app.py b/module/web/api_app.py index c3237c743..4a84c85ca 100644 --- a/module/web/api_app.py +++ b/module/web/api_app.py @@ -98,3 +98,5 @@ def logout(): s = request.environ.get('beaker.session') s.delete() + + return dumps(True) -- cgit v1.2.3