summaryrefslogtreecommitdiffstats
path: root/pyload/manager/Thread.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-05-10 17:01:05 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-05-10 17:01:05 +0200
commit8606b72470e0e506d9da26f190a2880d47d289a4 (patch)
tree6225bba54bafb655ca969a1287673807c7c2d131 /pyload/manager/Thread.py
parentMerge branch 'stable' into 0.4.10 (diff)
downloadpyload-8606b72470e0e506d9da26f190a2880d47d289a4.tar.xz
Improve and fix file structure a bit
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