From d23246547e10382b2244fc34157a2896706ac2c7 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Mon, 14 Jul 2014 21:53:48 +0200 Subject: Stretch comment separator --- module/PluginThread.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'module/PluginThread.py') diff --git a/module/PluginThread.py b/module/PluginThread.py index 2d0a07e77..5e3519674 100644 --- a/module/PluginThread.py +++ b/module/PluginThread.py @@ -40,7 +40,7 @@ from Api import OnlineStatus class PluginThread(Thread): """abstract base class for thread types""" - #---------------------------------------------------------------------- + #-------------------------------------------------------------------------- def __init__(self, manager): """Constructor""" Thread.__init__(self) @@ -150,7 +150,7 @@ class PluginThread(Thread): class DownloadThread(PluginThread): """thread for downloading files from 'real' hoster plugins""" - #---------------------------------------------------------------------- + #-------------------------------------------------------------------------- def __init__(self, manager): """Constructor""" PluginThread.__init__(self, manager) @@ -160,7 +160,7 @@ class DownloadThread(PluginThread): self.start() - #---------------------------------------------------------------------- + #-------------------------------------------------------------------------- def run(self): """run method""" pyfile = None @@ -422,7 +422,7 @@ class DecrypterThread(PluginThread): class HookThread(PluginThread): """thread for hooks""" - #---------------------------------------------------------------------- + #-------------------------------------------------------------------------- def __init__(self, m, function, args, kwargs): """Constructor""" PluginThread.__init__(self, m) -- cgit v1.2.3