diff options
author | 2013-06-09 19:54:00 +0200 | |
---|---|---|
committer | 2013-06-09 19:54:00 +0200 | |
commit | ab415a5f2e490ac1cfd06f4032c520709960f271 (patch) | |
tree | 62676db4ab0eb8cdc75cb25a839483dcb7d46164 /tests/helper/PluginTester.py | |
parent | moved everything from module to pyload (diff) | |
download | pyload-ab415a5f2e490ac1cfd06f4032c520709960f271.tar.xz |
tried to improve setup file
Diffstat (limited to 'tests/helper/PluginTester.py')
-rw-r--r-- | tests/helper/PluginTester.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/helper/PluginTester.py b/tests/helper/PluginTester.py index ef61385be..9312eb7bf 100644 --- a/tests/helper/PluginTester.py +++ b/tests/helper/PluginTester.py @@ -15,8 +15,8 @@ from json import loads from Stubs import Thread, Core, noop -from module.network.RequestFactory import getRequest, getURL -from module.plugins.Hoster import Hoster, Abort, Fail +from pyload.network.RequestFactory import getRequest, getURL +from pyload.plugins.Hoster import Hoster, Abort, Fail def _wait(self): """ waits the time previously set """ |