[X2Go-Commits] [pyhoca-gui] 13/71: CVix: use setup.executables in setup call

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 26a7e9a1cf527cce37e9e9cb2815d8c1eef4d6e7
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed Feb 5 23:33:56 2014 +0100

    CVix: use setup.executables in setup call
---
 CVix_setup.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CVix_setup.py b/CVix_setup.py
index 54f8f82..3a7ac84 100755
--- a/CVix_setup.py
+++ b/CVix_setup.py
@@ -81,6 +81,6 @@ setup(
     ],
     data_files=setup.data_files,
     zipfile = LIBRARY_ZIP,
-    executables = executables,
+    executables = setup.executables,
     options=setup.cmd_options,
 )

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