diff options
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" |