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 2ba7cb178926b2d7a7461f56a8c7d6d42d250173 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Feb 6 00:38:55 2014 +0100 CVix: fix __VERSION__ setup --- CVix.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CVix.py b/CVix.py index 74d2d4f..cc24efd 100755 --- a/CVix.py +++ b/CVix.py @@ -23,13 +23,12 @@ import os import sys from pyhoca.wxgui import * -from pyhoca.wxgui import __VERSION__ import x2go import CVix_session_profile_template -__author__ = "Mike Gabriel, Dick Kniep" -__version__ = 1.99.1 +__AUTHOR__ = "Mike Gabriel, Dick Kniep" +__VERSION__ = 1.99.1 PROG_NAME = 'CVix' # change this to .CVix??? @@ -86,7 +85,7 @@ def startCVix(): launcher = PyHocaGUI_Launcher() launcher.setup_progname(PROG_NAME) - launcher.setup_version(__version__) + launcher.setup_version(__VERSION__) launcher.setup_consolelog() launcher.setup_process() launcher.setup_devmode() -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git