This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository ufoai.
commit 415283b855e68be35521a378f2ddc0b18634a3ac Author: Markus Koschany <[email protected]> Date: Tue Jan 13 00:16:16 2015 +0100 Use python3 shebang. --- debian/ufoai_copyright.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/ufoai_copyright.py b/debian/ufoai_copyright.py index aa70e04..371db0c 100755 --- a/debian/ufoai_copyright.py +++ b/debian/ufoai_copyright.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 # -*- coding: utf-8 -*- ''' Copyright 2013-2014, Markus Koschany <[email protected]> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/ufoai.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

