From 8be6df43e1d3ae274ee8002588b650ec181a05f6 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Fri, 12 Dec 2014 00:52:10 +0100 Subject: Spare code fixes (2) --- pyload/manager/ThreadManager.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pyload/manager/ThreadManager.py') diff --git a/pyload/manager/ThreadManager.py b/pyload/manager/ThreadManager.py index 7e7854b75..d6f3c0005 100644 --- a/pyload/manager/ThreadManager.py +++ b/pyload/manager/ThreadManager.py @@ -11,7 +11,9 @@ from random import choice import pycurl -from pyload.manager.thread import DecrypterThread, DownloadThread, InfoThread +from pyload.manager.thread.DecrypterThread import DecrypterThread +from pyload.manager.thread.DownloadThread import DownloadThread +from pyload.manager.thread.InfoThread import InfoThread from pyload.datatype.PyFile import PyFile from pyload.network.RequestFactory import getURL from pyload.utils import freeSpace, lock -- cgit v1.2.3