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/Thread/__init__.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pyload/Thread/__init__.py (limited to 'pyload/Thread/__init__.py') 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 -- cgit v1.2.3