The branch, build-baikal has been updated via 7819b75d3369b95c9ec50194e1fe24155de9a680 (commit) from ef27d3f69a665cf54ac0ebfa808bc1cc9df888a0 (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 | 3 ++- setup.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 9632601..5ecfa4e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ pyhoca-gui (0.4.0.6-0~x2go1) UNRELEASED; urgency=low - * Continue development... + * New upstream version (0.4.0.6): + - Fix AttributeError in setup.py when using py2exe build method. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Sun, 28 Jul 2013 19:56:49 +0200 diff --git a/setup.py b/setup.py index 84fdffb..4cc4b2c 100755 --- a/setup.py +++ b/setup.py @@ -159,7 +159,7 @@ class build_installer_py2exe(build_installer, py2exe): def __init__(self, *args, **kwargs): py2exe.__init__(self, *args, **kwargs) - build_installer.__init__(dist_dir=self.dist_dir) + build_installer.__init__(self, dist_dir=self.dist_dir) def do_build_exe(self): hooks/post-receive -- pyhoca-gui.git (Python X2Go Client (wxPython GUI)) 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 "pyhoca-gui.git" (Python X2Go Client (wxPython GUI)).