[X2Go-Commits] x2gobroker.git - master-inai (branch) updated: e2e578a2843c24fa7af5d41dc07d718b09105d55

X2Go dev team git-admin at x2go.org
Tue Apr 23 21:08:17 CEST 2013


The branch, master-inai has been updated
       via  e2e578a2843c24fa7af5d41dc07d718b09105d55 (commit)
      from  a131f337a4ff78a1390aabd576d9e1f8c25b8ff1 (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/backends/simple.py   |    4 ++--
 x2gobroker/backends/zeroconf.py |    1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

The diff of changes is:
diff --git a/x2gobroker/backends/simple.py b/x2gobroker/backends/simple.py
index 3596f88..d1936ec 100644
--- a/x2gobroker/backends/simple.py
+++ b/x2gobroker/backends/simple.py
@@ -27,9 +27,9 @@ __NAME__ = 'x2gobroker-pylib'
 # modules
 
 # Python X2GoBroker modules
-import x2gobroker.base
+import base
 
-class X2GoBroker(x2gobroker.base.X2GoBroker):
+class X2GoBroker(base.X2GoBroker):
     """\
 
     """
diff --git a/x2gobroker/backends/zeroconf.py b/x2gobroker/backends/zeroconf.py
index 4e6a21d..b6c8cc1 100644
--- a/x2gobroker/backends/zeroconf.py
+++ b/x2gobroker/backends/zeroconf.py
@@ -28,6 +28,7 @@ __NAME__ = 'x2gobroker-pylib'
 import subprocess
 import uuid
 
+# Python X2GoBroker modules
 import base
 
 from x2gobroker.defaults import X2GOBROKER_AGENT_CMD as _X2GOBROKER_AGENT_CMD


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