summaryrefslogtreecommitdiffstats
path: root/tests/HosterPluginTester.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/HosterPluginTester.py')
-rw-r--r--tests/HosterPluginTester.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/HosterPluginTester.py b/tests/HosterPluginTester.py
index 627494a3f..0639adab7 100644
--- a/tests/HosterPluginTester.py
+++ b/tests/HosterPluginTester.py
@@ -12,10 +12,10 @@ from nose.tools import nottest
from helper.Stubs import Core
from helper.PluginTester import PluginTester
-from module.datatypes.PyFile import PyFile
-from module.plugins.Base import Fail
-from module.utils import accumulate
-from module.utils.fs import save_join, join, exists, listdir, remove, stat
+from pyload.datatypes.PyFile import PyFile
+from pyload.plugins.Base import Fail
+from pyload.utils import accumulate
+from pyload.utils.fs import save_join, join, exists, listdir, remove, stat
DL_DIR = join("Downloads", "tmp")