[X2Go-Commits] python-x2go.git - brokerclient (branch) updated: 0.4.0.8-26-gb9985b4

X2Go dev team git-admin at x2go.org
Tue Jan 7 16:21:48 CET 2014


The branch, brokerclient has been updated
       via  b9985b41a54545d815fb3b2211fd6f18b9118509 (commit)
      from  4cf74c4e6142a28826e3ebd3516f70a51f18658b (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:
 debian/changelog |    1 +
 setup.py         |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index e381607..7ff563e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -30,6 +30,7 @@ python-x2go (0.4.0.9-0x2go1) UNRELEASED; urgency=low
       (which uses _NET_CLIENT_LIST_STACKING instead of _NET_CLIENT_LIST).
     - Check for pulse cookie file in old (~/.pulse-cookie) and new
       (~/.config/pulse/cookie) location.
+    - Import python-x2go-py3.patch from Fedora. Thanks to Orion!!!
   * debian/source/format:
     + Switch to format 1.0.
 
diff --git a/setup.py b/setup.py
index 890ebef..f4f8926 100755
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@
 import os
 
 from setuptools import setup, find_packages
-for line in file(os.path.join('x2go', '__init__.py')).readlines():
+for line in open(os.path.join('x2go', '__init__.py'),encoding='utf-8').readlines():
     if (line.startswith('__VERSION__')):
         exec(line.strip())
 MODULE_VERSION = __VERSION__


hooks/post-receive
-- 
python-x2go.git (Python X2Go Client API)

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 "python-x2go.git" (Python X2Go Client API).




More information about the x2go-commits mailing list