summaryrefslogtreecommitdiffstats
path: root/tests/api/ApiProxy.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/api/ApiProxy.py')
-rw-r--r--tests/api/ApiProxy.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/api/ApiProxy.py b/tests/api/ApiProxy.py
index 5a091dbee..4bea0f5a3 100644
--- a/tests/api/ApiProxy.py
+++ b/tests/api/ApiProxy.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
-from module.remote.apitypes_debug import classes, methods
+from pyload.remote.apitypes_debug import classes, methods
class ApiProxy:
""" Proxy that does type checking on the api """
@@ -62,7 +62,7 @@ class ApiProxy:
if __name__ == "__main__":
- from module.remote.JSONClient import JSONClient
+ from pyload.remote.JSONClient import JSONClient
api = ApiProxy(JSONClient(), "User", "test")
api.getServerVersion() \ No newline at end of file