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