diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-12-27 21:34:01 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-12-27 21:34:01 +0100 |
commit | 11dd1f83d6a81e422ddc42c2992963719a8361e6 (patch) | |
tree | 47525e7a647c44b9bf9115400527988ee3cefdf0 /module/ThreadManager.py | |
parent | little fixes (diff) | |
download | pyload-11dd1f83d6a81e422ddc42c2992963719a8361e6.tar.xz |
api fixes
Diffstat (limited to 'module/ThreadManager.py')
-rw-r--r-- | module/ThreadManager.py | 2 |
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: |