This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository python-x2go. commit c2ff22656b7a5599dee2c62738d79cc8a39c6971 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Jul 19 17:17:56 2019 +0200 X2GoTerminalSession: Fix __doc__ string of constructor. --- debian/changelog | 1 + x2go/backends/terminal/plain.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 3bdcdb3..8aaa8b6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ python-x2go (0.6.0.3-0x2go1) UNRELEASED; urgency=medium - X2GoSessionInfo: Handle non-initialized X2GoSessionInfo instance more gracefully. - X2GoSessionInfo: Cache virtually immutable session type. + - X2GoTerminalSession: Fix __doc__ string of constructor. -- X2Go Release Manager <git-admin@x2go.org> Sat, 01 Dec 2018 02:16:45 +0100 diff --git a/x2go/backends/terminal/plain.py b/x2go/backends/terminal/plain.py index fc70631..fc9fbe6 100644 --- a/x2go/backends/terminal/plain.py +++ b/x2go/backends/terminal/plain.py @@ -258,9 +258,9 @@ class X2GoTerminalSession(object): :type kbvariant: ``str`` :param clipboard: clipboard mode (``both``: bidirectional copy+paste, ``server``: copy+paste from server to client, ``client``: copy+paste from client to server, ``none``: disable clipboard completely + :type clipboard: ``str`` :param xinerama: enable/disable Xinerama support in remote X2Go session :type xinerama: ``bool`` - :type clipboard: ``str`` :param session_type: either ``desktop``, ``application`` (rootless session) or ``shared`` :type session_type: ``str`` :param snd_system: sound system to be used on server (``none``, ``pulse`` (default), -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git