diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-10-13 21:39:58 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-10-13 21:39:58 +0200 |
commit | 7e7adc64713f74976d5994af36b5f758620fb37b (patch) | |
tree | 868084317f8818dbb327c76eaff3c7c7edce0231 /module/web/api_app.py | |
parent | fixed JsEngine init (diff) | |
download | pyload-7e7adc64713f74976d5994af36b5f758620fb37b.tar.xz |
added JSON and WS client, re organized tests, new classes for easier api tests
Diffstat (limited to 'module/web/api_app.py')
-rw-r--r-- | module/web/api_app.py | 2 |
1 files changed, 2 insertions, 0 deletions
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) |