summaryrefslogtreecommitdiffstats
path: root/pyload/manager/Thread.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/manager/Thread.py')
-rw-r--r--pyload/manager/Thread.py6
1 files changed, 2 insertions, 4 deletions
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