summaryrefslogtreecommitdiffstats
path: root/pyload/Thread/__init__.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/Thread/__init__.py
parentMerge branch 'stable' into 0.4.10 (diff)
downloadpyload-8606b72470e0e506d9da26f190a2880d47d289a4.tar.xz
Improve and fix file structure a bit
Diffstat (limited to 'pyload/Thread/__init__.py')
-rw-r--r--pyload/Thread/__init__.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/pyload/Thread/__init__.py b/pyload/Thread/__init__.py
new file mode 100644
index 000000000..30eda15c2
--- /dev/null
+++ b/pyload/Thread/__init__.py
@@ -0,0 +1,7 @@
+# -*- coding: utf-8 -*-
+
+from pyload.Thread.Addon import AddonThread
+from pyload.Thread.Decrypter import DecrypterThread
+from pyload.Thread.Download import DownloadThread
+from pyload.Thread.Info import InfoThread
+from pyload.Thread.Plugin import PluginThread