summaryrefslogtreecommitdiffstats
path: root/module/ThreadManager.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-08-28 04:43:17 +0200
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-08-28 04:43:17 +0200
commitbae1d9e46952659b1c84945d595b7fa33c71e768 (patch)
tree6623981d688d99eec5e1b6befd3e5f827718b0cc /module/ThreadManager.py
parentRename pyload.py to Core.py and move to module directory + Better pyload-cli.py (diff)
downloadpyload-bae1d9e46952659b1c84945d595b7fa33c71e768.tar.xz
Move ServerThread and PluginThread to threads directory
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 095dfc1ed..bdc6ca6e2 100644
--- a/module/ThreadManager.py
+++ b/module/ThreadManager.py
@@ -27,7 +27,7 @@ from random import choice
import pycurl
-import PluginThread
+from module.threads import PluginThread
from module.PyFile import PyFile
from module.network.RequestFactory import getURL
from module.utils import freeSpace, lock