The branch, master has been updated via b00be4d28ff4a848b515900162254ad24d12e0a2 (commit) from 4a954b4d9b2914d50e1b5c1336dcd4fbdc59fa0c (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 b00be4d28ff4a848b515900162254ad24d12e0a2 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Jan 25 09:24:28 2013 +0100 whitespace cleanup ----------------------------------------------------------------------- Summary of changes: x2gobroker/authmechs/base_authmech.py | 2 +- x2gobroker/brokers/inifile_broker.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/x2gobroker/authmechs/base_authmech.py b/x2gobroker/authmechs/base_authmech.py index cf58d59..34fede5 100644 --- a/x2gobroker/authmechs/base_authmech.py +++ b/x2gobroker/authmechs/base_authmech.py @@ -21,4 +21,4 @@ class X2GoBrokerAuthMech(object): def authenticate(self, username, password): - return False \ No newline at end of file + return False diff --git a/x2gobroker/brokers/inifile_broker.py b/x2gobroker/brokers/inifile_broker.py index 2e21846..697af16 100644 --- a/x2gobroker/brokers/inifile_broker.py +++ b/x2gobroker/brokers/inifile_broker.py @@ -45,7 +45,7 @@ class X2GoBroker(base.X2GoBroker): @param config_file: path to the X2Go Session Broker configuration file (x2gobroker.conf) @type config_file: C{unicode} @param profile_config_file: path to the backend's session profile configuration (x2gobroker-sessionprofiles.conf) - @type profile_config_file: C{unicode} + @type profile_config_file: C{unicode} """ base.X2GoBroker.__init__(self, **kwargs) hooks/post-receive -- x2gobroker.git (HTTP(S) Session broker for X2Go) 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 "x2gobroker.git" (HTTP(S) Session broker for X2Go).