This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch cvix/2.x in repository pyhoca-gui. commit 65c73b6d1251c6e3a18b862ce3ec8d41312fd0be Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Feb 7 20:14:24 2014 +0100 CVix: only import PyHocaGUI_Launcher in CVix.py --- CVix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CVix.py b/CVix.py index 6e35f78..fbe2f43 100755 --- a/CVix.py +++ b/CVix.py @@ -29,7 +29,7 @@ except ImportError: import os import sys -from pyhoca.wxgui.launcher import * +from pyhoca.wxgui.launcher import PyHocaGUI_Launcher import x2go import CVix_session_profile_template -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git