This is an automated email from the git hooks/post-receive script. detiste-guest pushed a commit to branch master in repository game-data-packager.
commit 29e6c41316b462e2725328e9ac1f31834867a759 Author: Alexandre Detiste <[email protected]> Date: Tue Apr 28 21:45:30 2015 +0200 don't confuse pyflakes --- game_data_packager/make_template.py | 1 + 1 file changed, 1 insertion(+) diff --git a/game_data_packager/make_template.py b/game_data_packager/make_template.py index 5226dd4..059d0f7 100644 --- a/game_data_packager/make_template.py +++ b/game_data_packager/make_template.py @@ -193,6 +193,7 @@ def do_one_file(name,lower): # sniff Makeself archives # http://megastep.org/makeself/ has_makeself = False + trailer = None SHEBANG = bytes('/bin/sh', 'ascii') HEADER_V1 = bytes('# This script was generated using Makeself 1.', 'ascii') HEADER_V2 = bytes('# This script was generated using Makeself 2.', 'ascii') -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/game-data-packager.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

