The branch, master 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 ----------------------------------------------------------------- commit b9985b41a54545d815fb3b2211fd6f18b9118509 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Nov 30 22:39:56 2013 +0100 Import python-x2go-py3.patch from Fedora. Thanks to Orion!!! ----------------------------------------------------------------------- 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).