This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch brokerclient in repository pyhoca-gui. commit fe569337e43695299d257570f7cfd18c85dbddfe Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Feb 6 01:16:10 2014 +0100 call setup_consolelog() as early as possible --- pyhoca-gui | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pyhoca-gui b/pyhoca-gui index e0e587b..61c6240 100755 --- a/pyhoca-gui +++ b/pyhoca-gui @@ -22,13 +22,15 @@ import os import sys +from pyhoca.wxgui.launcher import setup_consolelog +setup_consolelog() + from pyhoca.wxgui import __VERSION__ -from pyhoca.wxgui.launcher import setup_consolelog, PyHocaGUI_Launcher +from pyhoca.wxgui.launcher import PyHocaGUI_Launcher __author__ = "Mike Gabriel, Dick Kniep" __version__ = __VERSION__ -setup_consolelog() if __name__ == '__main__': app = PyHocaGUI_Launcher() -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git