From bae1d9e46952659b1c84945d595b7fa33c71e768 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Thu, 28 Aug 2014 04:43:17 +0200 Subject: Move ServerThread and PluginThread to threads directory --- module/ThreadManager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/ThreadManager.py') 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 -- cgit v1.2.3