summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py
index e6b539097..a9faad908 100755
--- a/pyLoadCore.py
+++ b/pyLoadCore.py
@@ -41,10 +41,10 @@ from traceback import print_exc
from module import InitHomeDir
from module.plugins.AccountManager import AccountManager
-from module.CaptchaManager import CaptchaManager
+from module.interaction.CaptchaManager import CaptchaManager
from module.ConfigParser import ConfigParser
from module.plugins.PluginManager import PluginManager
-from module.PullEvents import PullManager
+from module.interaction.PullEvents import PullManager
from module.network.RequestFactory import RequestFactory
from module.web.ServerThread import WebServer
from module.Scheduler import Scheduler