This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository pyhoca-gui. from 3f6545b Support Python wxWidgets 3.0. new ba29a26 fix for last commit (typo) The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: pyhoca/wxgui/frontend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-gui. commit ba29a2694c25fad71e05656f5e39b959cefbe3fe Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Sep 15 12:04:47 2014 +0200 fix for last commit (typo) --- pyhoca/wxgui/frontend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyhoca/wxgui/frontend.py b/pyhoca/wxgui/frontend.py index e19c73d..c353587 100644 --- a/pyhoca/wxgui/frontend.py +++ b/pyhoca/wxgui/frontend.py @@ -57,7 +57,7 @@ import listdesktops import serverinfo wx.SetDefaultPyEncoding("utf-8") -if wx.__version__.startswith('2.') +if wx.__version__.startswith('2.'): wx.InitAllImageHandlers() #def SetExitHandler(func): -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git