diff options
author | 2013-02-28 20:20:01 +0100 | |
---|---|---|
committer | 2013-02-28 20:20:01 +0100 | |
commit | 6b84b9c69ed75baee9c2cdfa758eddcec10b8b23 (patch) | |
tree | bd753ec5a8988c798356a4f94de2034fb568b439 /module/remote/JSONClient.py | |
parent | prepared dashboard actionbar (diff) | |
download | pyload-6b84b9c69ed75baee9c2cdfa758eddcec10b8b23.tar.xz |
generate js_apitypes, updated lodash, working type filters on webui
Diffstat (limited to 'module/remote/JSONClient.py')
-rw-r--r-- | module/remote/JSONClient.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/remote/JSONClient.py b/module/remote/JSONClient.py index 469d40317..a2c07a132 100644 --- a/module/remote/JSONClient.py +++ b/module/remote/JSONClient.py @@ -5,7 +5,7 @@ from urllib import urlopen, urlencode from httplib import UNAUTHORIZED, FORBIDDEN from json_converter import loads, dumps -from ttypes import Unauthorized, Forbidden +from apitypes import Unauthorized, Forbidden class JSONClient: URL = "http://localhost:8001/api" |