diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-06-09 19:54:00 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-06-09 19:54:00 +0200 |
commit | ab415a5f2e490ac1cfd06f4032c520709960f271 (patch) | |
tree | 62676db4ab0eb8cdc75cb25a839483dcb7d46164 /tests/HosterPluginTester.py | |
parent | moved everything from module to pyload (diff) | |
download | pyload-ab415a5f2e490ac1cfd06f4032c520709960f271.tar.xz |
tried to improve setup file
Diffstat (limited to 'tests/HosterPluginTester.py')
-rw-r--r-- | tests/HosterPluginTester.py | 8 |
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") |