[X2Go-Commits] [pyhoca-gui] 22/71: CVix: do more monkey-patching in CVix_setup.py

git-admin at x2go.org git-admin at x2go.org
Thu Mar 20 00:32:42 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 3ec6bc62a0fc196a433e1fcc090e5520728b8ec0
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Feb 6 00:33:16 2014 +0100

    CVix: do more monkey-patching in CVix_setup.py
---
 CVix_setup.py |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/CVix_setup.py b/CVix_setup.py
index 78f49e2..0906a03 100755
--- a/CVix_setup.py
+++ b/CVix_setup.py
@@ -41,9 +41,13 @@ from distutils.core import setup, Command
 import platform
 
 from CVix_nsis_template import NSIS_SCRIPT_TEMPLATE
+
 # monkey patch pyhoca_setup.py
 pyhoca_setup.NSIS_SCRIPT_TEMPLATE = NSIS_SCRIPT_TEMPLATE
+pyhoca_setup.PROGRAM_NAME = PROGRAM_NAME
 pyhoca_setup.SCRIPT_NAME = SCRIPT_NAME
+pyhoca_setup.PROGRAM_DESC = PROGRAM_DESC
+pyhoca_setup.PROGRAM_VERSION = PROGRAM_VERSION
 
 
 if platform.system() == 'Windows':

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