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/ApiTester.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/api/ApiTester.py') diff --git a/tests/api/ApiTester.py b/tests/api/ApiTester.py index b17a7655e..39973b52f 100644 --- a/tests/api/ApiTester.py +++ b/tests/api/ApiTester.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- -from module.remote.JSONClient import JSONClient -from module.remote.WSClient import WSClient +from pyload.remote.JSONClient import JSONClient +from pyload.remote.WSClient import WSClient from ApiProxy import ApiProxy -- cgit v1.2.3