The branch, build-baikal has been updated via 9a96522e08edce65750d1300c679bcf9e6edecc6 (commit) from c00b539bc7c8770f335db2f7ce415d03626557d5 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: x2go/mimebox.py | 6 +++++- x2go/mimeboxactions.py | 6 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) The diff of changes is: diff --git a/x2go/mimebox.py b/x2go/mimebox.py index bcc4286..ec2e974 100644 --- a/x2go/mimebox.py +++ b/x2go/mimebox.py @@ -106,6 +106,10 @@ class X2goMIMEboxQueue(threading.Thread): self._accept_jobs = True def __del__(self): + """\ + Class destructor. + + """ self.stop_thread() def pause(self): @@ -165,7 +169,7 @@ class X2goMIMEboxQueue(threading.Thread): def run(self): """\ - Start this L{X2goMIMEboxQueue} thread... + This method gets called once the L{X2goMIMEboxQueue} thread is started by the C{X2goMIMEboxQueue.start()} method. """ self.logger('starting MIME box queue thread: %s' % repr(self), loglevel=log.loglevel_DEBUG) diff --git a/x2go/mimeboxactions.py b/x2go/mimeboxactions.py index 255fe9d..7987fb0 100644 --- a/x2go/mimeboxactions.py +++ b/x2go/mimeboxactions.py @@ -19,7 +19,7 @@ # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. """\ -For MIME box jobs there are currently two handling actions available: +For MIME box jobs there are currently three handling actions available: L{X2goMIMEboxActionOPEN}, L{X2goMIMEboxActionOPENWITH} and L{X2goMIMEboxActionSAVEAS}. """ @@ -58,7 +58,7 @@ class X2goMIMEboxAction(object): def __init__(self, client_instance=None, logger=None, loglevel=log.loglevel_DEFAULT): """\ - This is a meta class and has no functionality as such. It is used as parent + This is a meta class and has no functionality as such. It is used as parent class by »real« X2go MIME box actions. @param client_instance: the underlying L{X2goClient} instance @@ -114,7 +114,7 @@ class X2goMIMEboxAction(object): class X2goMIMEboxActionOPEN(X2goMIMEboxAction): """\ - MIME box action that opens incoming files in the default application. + MIME box action that opens incoming files in the system's default application. """ __name__= 'OPEN' hooks/post-receive -- python-x2go.git (Python X2Go Client API) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "python-x2go.git" (Python X2Go Client API).