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 775d2fb5b14d84689183ae3a056e57744698e00d Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Feb 7 22:53:43 2014 +0100 CVix: import mswin_logging from correct namespace --- CVix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CVix.py b/CVix.py index fbe2f43..9f3e3e9 100755 --- a/CVix.py +++ b/CVix.py @@ -21,7 +21,7 @@ PROG_NAME = 'CVix' try: - from pyhoca.mswin.mswin_logging import setup_mswinlog + from pyhoca.wxgui.mswin_logging import setup_mswinlog setup_mswinlog(PROG_NAME) except ImportError: pass -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git