From ab415a5f2e490ac1cfd06f4032c520709960f271 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 9 Jun 2013 19:54:00 +0200 Subject: tried to improve setup file --- tests/api/ApiProxy.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/api/ApiProxy.py') 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 -- cgit v1.2.3