[X2Go-Commits] x2gobroker.git - statusflag (branch) updated: 0.0.0.5-23-gf91a06f

X2Go dev team git-admin at x2go.org
Tue Jun 4 21:09:50 CEST 2013


The branch, statusflag has been updated
       via  f91a06f160bde0b4da9bcd320c0885252bbe689a (commit)
      from  ef21a2cdd0fdba3efcd769c93f63d69a2bb377da (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:
 x2gobroker/brokers/base_broker.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

The diff of changes is:
diff --git a/x2gobroker/brokers/base_broker.py b/x2gobroker/brokers/base_broker.py
index 7bde5a3..8568b88 100644
--- a/x2gobroker/brokers/base_broker.py
+++ b/x2gobroker/brokers/base_broker.py
@@ -484,7 +484,7 @@ class X2GoBroker(object):
             _default_session_autostart = self.config.get_value('global', 'default-session-autostart').lower()
             logger_broker.debug('base_broker.X2GoBroker.get_session_autostart(): found default-session-autostart in global config section: {value}'.format(value=_default_session_autostart))
 
-        return unicode(_session_autostart) or unicode(_default_session_autostart)
+        return _session_autostart or _default_session_autostart
 
     def get_authorized_keys_file(self, profile_id):
         """\


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).




More information about the x2go-commits mailing list