The branch, master has been updated via d8ca64f4160f1cac03cd4c8f58808aa383bc023d (commit) from 0198fc64e2f89b471cb01d4ae355d1bdce5a4867 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d8ca64f4160f1cac03cd4c8f58808aa383bc023d Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Mon Dec 30 01:49:02 2013 +0100 fix for commit 5c939ac5 ----------------------------------------------------------------------- Summary of changes: X2Go/Utils.pm | 1 - 1 file changed, 1 deletion(-) The diff of changes is: diff --git a/X2Go/Utils.pm b/X2Go/Utils.pm index 923d449..021af1b 100644 --- a/X2Go/Utils.pm +++ b/X2Go/Utils.pm @@ -48,7 +48,6 @@ sub load_module { for (@_) { (my $file = "$_.pm") =~ s{::}{/}g; require $file; - import $_; } } hooks/post-receive -- x2goserver.git (X2Go Server) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2goserver.git" (X2Go Server).