The branch, release/0.1.1.x has been updated via 82e793ae95f1af4cb414147ee70e93fb5ea7ab42 (commit) from 38dbb697abfb29908554824ce34b000173322775 (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 82e793ae95f1af4cb414147ee70e93fb5ea7ab42 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Sep 24 11:43:18 2011 +0200 setup.py fix to make release/0.1.1.x be in sync with master branch ----------------------------------------------------------------------- Summary of changes: setup.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/setup.py b/setup.py index e8253b6..7c9345f 100755 --- a/setup.py +++ b/setup.py @@ -30,5 +30,5 @@ setup( url = 'http://www.x2go.org', packages = find_packages('.'), package_dir = {'': '.'}, - install_requires = ['setuptools', "gevent", "paramiko" ] + install_requires = ['setuptools', "gevent", "paramiko", ] ) 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).