The branch, master has been updated via b0cad03a148f871d10339372afdc5e942df7e889 (commit) from 254a627a60fa9eb94412c9b5e6ff76212d71ff61 (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 ----------------------------------------------------------------- commit b0cad03a148f871d10339372afdc5e942df7e889 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Feb 10 12:12:23 2012 +0100 fix __doc__ strings ----------------------------------------------------------------------- Summary of changes: x2go/session.py | 10 ++-------- 1 files changed, 2 insertions(+), 8 deletions(-) The diff of changes is: diff --git a/x2go/session.py b/x2go/session.py index 6c82eaa..1ac2f64 100644 --- a/x2go/session.py +++ b/x2go/session.py @@ -372,8 +372,8 @@ class X2goSession(object): The master session is the session has been launched first for a specific connection, it also is _the_ session that controls the client-side shared folders. - @param server: new server name - @type server: C{str} + @return: returns C{True} if this session is a master session + @rtype: C{bool} """ if self.master_session is None: @@ -384,9 +384,6 @@ class X2goSession(object): """\ Declare this as a master session of a connection channel. - @param server: new server name - @type server: C{str} - """ self.logger('Using session %s as master session for profile %s.' % (self.get_session_name(), self.get_profile_name()), loglevel=log.loglevel_NOTICE) self.master_session = True @@ -395,9 +392,6 @@ class X2goSession(object): """\ Declare this as a non-master session of a connection channel. - @param server: new server name - @type server: C{str} - """ self.master_session = False 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).