[X2Go-Commits] x2gobroker.git - build-main (branch) updated: 0.0.0.1-25-g5dfab3f

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


The branch, build-main has been updated
       via  5dfab3f0e3fd408d2fe24969dd554f9348b62e23 (commit)
      from  a9b66e7a546aebe2d75b7303faae4491c9eb0a15 (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/config.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

The diff of changes is:
diff --git a/x2gobroker/config.py b/x2gobroker/config.py
index 962b33c..974ad73 100644
--- a/x2gobroker/config.py
+++ b/x2gobroker/config.py
@@ -99,7 +99,7 @@ class X2GoBrokerConfigFile(object):
             self.write()
 
     def __repr__(self):
-        result = 'X2goConfigFile('
+        result = 'X2GoConfigFile('
         for p in dir(self):
             if '__' in p or not p in self.__dict__ or type(p) is types.InstanceType: continue
             result += p + '=' + str(self.__dict__[p]) + ','


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