The branch, twofactorauth has been updated via a73faa46649f99b8cb1703c29706134a90ece31e (commit) from 75dbd9497da545779f0d1ad1d3a56765c981e2e4 (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/client.py | 4 ++-- x2go/utils.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) The diff of changes is: diff --git a/x2go/client.py b/x2go/client.py index c850e40..d554635 100644 --- a/x2go/client.py +++ b/x2go/client.py @@ -2671,10 +2671,10 @@ class X2GoClient(object): @param refresh_cache: query the X2Go server directly and update the desktop list cache with the new information @type refresh_cache: C{bool} - @param excluded_session_types: session types (e.g. "D", "R", "S" or "P") to be excluded from the + @param exclude_session_types: session types (e.g. "D", "R", "S" or "P") to be excluded from the returned list of sharable desktops (this only works for sharing someone's own sessions, for sharing other users' sessions, the X2Go Desktop Sharing decides on what is sharable and what not). - @type excluded_session_types: C{list} + @type exclude_session_types: C{list} @param raw: output the session list in X2Go's raw C{x2golistdesktops} format @type raw: C{bool} diff --git a/x2go/utils.py b/x2go/utils.py index 03fd9a8..e8d80bc 100644 --- a/x2go/utils.py +++ b/x2go/utils.py @@ -787,7 +787,7 @@ class ProgressStatus(object): def __iter__(self): """\ - Intialize the L{ProgresStatus} iterator object. + Intialize the L{ProgressStatus} iterator object. """ self.status = self.progress_func() 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).