From 8606b72470e0e506d9da26f190a2880d47d289a4 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Sun, 10 May 2015 17:01:05 +0200 Subject: Improve and fix file structure a bit --- pyload/manager/Thread.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'pyload/manager/Thread.py') diff --git a/pyload/manager/Thread.py b/pyload/manager/Thread.py index ecfcb3e26..6df8ab622 100644 --- a/pyload/manager/Thread.py +++ b/pyload/manager/Thread.py @@ -13,10 +13,8 @@ from random import choice from subprocess import Popen from time import sleep, time -from pyload.datatype.File import PyFile -from pyload.manager.thread.Decrypter import DecrypterThread -from pyload.manager.thread.Download import DownloadThread -from pyload.manager.thread.Info import InfoThread +from pyload.Datatype import PyFile +from pyload.Thread import DecrypterThread, DownloadThread, InfoThread from pyload.network.RequestFactory import getURL from pyload.utils import freeSpace, lock -- cgit v1.2.3