[X2go-Commits] python-x2go.git - master (branch) updated: 0.1.1.4-224-g831b545
X2Go dev team
git-admin at x2go.org
Fri Apr 20 20:45:47 CEST 2012
The branch, master has been updated
via 831b545574f76a6562831d5bc6e70b2bce892d4b (commit)
from dc315364da642357b0f7478c44bb0d1636fe1623 (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 831b545574f76a6562831d5bc6e70b2bce892d4b
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Fri Apr 20 20:45:38 2012 +0200
fix __doc__ string indentation
-----------------------------------------------------------------------
Summary of changes:
x2go/session.py | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
The diff of changes is:
diff --git a/x2go/session.py b/x2go/session.py
index 3f5551f..cede735 100644
--- a/x2go/session.py
+++ b/x2go/session.py
@@ -795,10 +795,10 @@ class X2goSession(object):
"""\
Retrieve the session type of a session (R, D, S or P).
- R: rootless session
- D: desktop session
- S: shadow session
- P: session in published applications mode
+ - R: rootless session
+ - D: desktop session
+ - S: shadow session
+ - P: session in published applications mode
@return: session type
@rtype: C{str}
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).
More information about the x2go-commits
mailing list