summaryrefslogtreecommitdiffstats
path: root/module/ThreadManager.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-12-27 21:34:01 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-12-27 21:34:01 +0100
commit11dd1f83d6a81e422ddc42c2992963719a8361e6 (patch)
tree47525e7a647c44b9bf9115400527988ee3cefdf0 /module/ThreadManager.py
parentlittle fixes (diff)
downloadpyload-11dd1f83d6a81e422ddc42c2992963719a8361e6.tar.xz
api fixes
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: