This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository python-x2go. from eba55ce documentation: Correctly refrence X2GoClientPrinting and X2GoClientSettings. Also mention broker based X2GoSessionProfiles backends. new 6d0c979 documentation: typo fix in class name. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: x2go/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository python-x2go. commit 6d0c97940106485959a43bc850c1ce81d1ebb53a Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Sep 6 18:18:56 2018 +0200 documentation: typo fix in class name. --- x2go/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x2go/__init__.py b/x2go/__init__.py index 2ec7363..db60e16 100644 --- a/x2go/__init__.py +++ b/x2go/__init__.py @@ -55,7 +55,7 @@ API Concept user) configuration node »settings« - :class:`x2go.backends.printing.file.X2GoClientPrinting` --- provide access to X2Go (global and user) configuration node »printing« - - :class:`x2go.backends.profiles.files.X2GoSessionProfiles` --- provide access to X2Go (global and + - :class:`x2go.backends.profiles.file.X2GoSessionProfiles` --- provide access to X2Go (global and user) configuration node »sessions« - :class:`x2go.backends.profiles.httpbroker.X2GoSessionProfiles` --- provide API for obtaining session profiles from a http(s) based X2Go Session Broker -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git