summaryrefslogtreecommitdiffstats
path: root/module/remote/WSClient.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-02-28 20:20:01 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-02-28 20:20:01 +0100
commit6b84b9c69ed75baee9c2cdfa758eddcec10b8b23 (patch)
treebd753ec5a8988c798356a4f94de2034fb568b439 /module/remote/WSClient.py
parentprepared dashboard actionbar (diff)
downloadpyload-6b84b9c69ed75baee9c2cdfa758eddcec10b8b23.tar.xz
generate js_apitypes, updated lodash, working type filters on webui
Diffstat (limited to 'module/remote/WSClient.py')
-rw-r--r--module/remote/WSClient.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/remote/WSClient.py b/module/remote/WSClient.py
index fc7590edb..793a6ef28 100644
--- a/module/remote/WSClient.py
+++ b/module/remote/WSClient.py
@@ -5,7 +5,7 @@ from websocket import create_connection
from httplib import UNAUTHORIZED, FORBIDDEN
from json_converter import loads, dumps
-from ttypes import Unauthorized, Forbidden
+from apitypes import Unauthorized, Forbidden
class WSClient:
URL = "ws://localhost:7227/api"