[X2Go-Commits] [pyhoca-gui] 12/71: CVix: use setup.data_files 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 dc2bb699c51732e62e906c0055d479b9a3d6f860
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed Feb 5 23:28:58 2014 +0100

    CVix: use setup.data_files 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 1c72152..54f8f82 100755
--- a/CVix_setup.py
+++ b/CVix_setup.py
@@ -79,7 +79,7 @@ setup(
             "dest_base": PROGRAM_NAME,
         },
     ],
-    data_files=data_files,
+    data_files=setup.data_files,
     zipfile = LIBRARY_ZIP,
     executables = 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