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 f04b5a3dbd1dbc3262a75ae9bd06c5960675b579 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Feb 6 00:17:34 2014 +0100 CVix: fix for commit 4aff437 --- CVix_setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CVix_setup.py b/CVix_setup.py index 1e8f3c9..78f49e2 100755 --- a/CVix_setup.py +++ b/CVix_setup.py @@ -64,7 +64,7 @@ elif platform.system() == 'Linux': pyhoca_setup.data_files.extend([ ('icons', ["pixmaps\\CVix.ico"]), ] + CVix_data_files) -if __name__ == "main": +if __name__ == "__main__": setup( name = PROGRAM_NAME, version = PROGRAM_VERSION, -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git