summaryrefslogtreecommitdiffstats
path: root/module/HookManager.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/HookManager.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/HookManager.py')
-rw-r--r--module/HookManager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/HookManager.py b/module/HookManager.py
index 65c448437..6fd1162a7 100644
--- a/module/HookManager.py
+++ b/module/HookManager.py
@@ -25,7 +25,7 @@ from threading import RLock
from types import MethodType
-from module.PluginThread import HookThread
+from module.threads.PluginThread import HookThread
from module.plugins.PluginManager import literal_eval
from utils import lock