[X2Go-Commits] x2gobroker.git - build-main (branch) updated: 3626ac1dc3c22b870e7d337bf71179ff44977402

X2Go dev team git-admin at x2go.org
Sun May 19 13:03:03 CEST 2013


The branch, build-main has been updated
       via  3626ac1dc3c22b870e7d337bf71179ff44977402 (commit)
      from  9e508bb70a2d28a2b94ed0e7da2ba5b8e191880b (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/web/plain.py |    7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

The diff of changes is:
diff --git a/x2gobroker/web/plain.py b/x2gobroker/web/plain.py
index 229d58d..6a55fde 100644
--- a/x2gobroker/web/plain.py
+++ b/x2gobroker/web/plain.py
@@ -108,9 +108,7 @@ class X2GoBrokerWebPlain:
 
                 profiles = broker_backend.list_profiles(username)
                 if profiles:
-                    # FIXME (in x2goclient): accept \n as EOL
                     output += "START_USER_SESSIONS\n"
-                    #output += "START_USER_SESSIONS<br>"
                     for profile_id in profiles:
                         output += "[{profile_id}]\n".format(profile_id=profile_id)
                         for key in profiles[profile_id].keys():
@@ -121,14 +119,11 @@ class X2GoBrokerWebPlain:
                             else:
                                 output += "{key}={value}".format(key=key, value=unicode(int(profiles[profile_id][key])))
 
-                            # FIXME (in x2goclient): accept \n as EOL
                             output += "\n"
-                            #output += "<br>"
 
                     output += "\n"
-                    # FIXME (in x2goclient): accept \n as EOL
                     output += "END_USER_SESSIONS\n"
-                    #output += "END_USER_SESSIONS<br>"
+
 
             elif task == 'selectsession':
 


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