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

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


The branch, master-inai has been updated
       via  b518fc866f0a3554e45d12902b1a8b21596f8e4e (commit)
      from  c7f83b8f318d56775110908c8c4afef1f8bef6e9 (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:
 setup.py |   10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

The diff of changes is:
diff --git a/setup.py b/setup.py
index e1fa4e8..8745c3f 100755
--- a/setup.py
+++ b/setup.py
@@ -23,11 +23,17 @@
 # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 
 from setuptools import setup, find_packages
-import x2gobroker
+
+import os
+for line in file(os.path.join('x2gobroker', '__init__.py')).readlines():
+    if (line.startswith('__VERSION__')):
+        exec(line.strip())
+MODULE_VERSION = __VERSION__
+
 
 setup(
     name = "x2gobroker",
-    version = x2gobroker.__VERSION__,
+    version = MODULE_VERSION,
     description = "X2Go Session Broker",
     license = 'AGPLv3+',
     author = 'Mike Gabriel',


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