summaryrefslogtreecommitdiffstats
path: root/module/ThreadManager.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/ThreadManager.py')
-rw-r--r--module/ThreadManager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/ThreadManager.py b/module/ThreadManager.py
index c5744cb92..284997d4a 100644
--- a/module/ThreadManager.py
+++ b/module/ThreadManager.py
@@ -29,7 +29,7 @@ from random import choice
import pycurl
import PluginThread
-from module.network.Request import getURL
+from module.network.RequestFactory import getURL
########################################################################
class ThreadManager: