diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-09-10 11:49:35 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2012-09-10 11:49:35 +0200 |
commit | 54bc92b4c5e0b3543a313f497cbc2276403c5980 (patch) | |
tree | 60e220c41998d9a41dd9a0b94e9c6a5ee02ae86d /tests/helper/Stubs.py | |
parent | new config api (diff) | |
download | pyload-54bc92b4c5e0b3543a313f497cbc2276403c5980.tar.xz |
changed config + progress api
Diffstat (limited to 'tests/helper/Stubs.py')
-rw-r--r-- | tests/helper/Stubs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/helper/Stubs.py b/tests/helper/Stubs.py index ac4a41605..5c44cfb58 100644 --- a/tests/helper/Stubs.py +++ b/tests/helper/Stubs.py @@ -14,7 +14,7 @@ from module.datatypes.PyPackage import PyPackage from module.threads.BaseThread import BaseThread from module.config.ConfigParser import ConfigParser from module.network.RequestFactory import RequestFactory -from module.plugins.PluginManager import PluginManager +from module.PluginManager import PluginManager from module.common.JsEngine import JsEngine from logging import log, DEBUG, INFO, WARN, ERROR |