[X2Go-Commits] [pyhoca-gui] 41/71: CVix: import mswin_logging from correct namespace

git-admin at x2go.org git-admin at x2go.org
Thu Mar 20 00:32:43 CET 2014


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 at 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



More information about the x2go-commits mailing list