git_remote_helpers: allow building with Python 3
commita894ba17e636cd3dc9c58aa34d5b8211f849ecef
authorJohn Keeping <john@keeping.me.uk>
Sun, 20 Jan 2013 13:15:31 +0000 (20 13:15 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 21 Jan 2013 00:34:32 +0000 (20 16:34 -0800)
tree0988661882c6971a98d5ea16f627621e55e84a5e
parenteacf0117752780bf418d352a6ad2f033aeda1cce
git_remote_helpers: allow building with Python 3

Change inline Python to call "print" as a function not a statement.

This is harmless because Python 2 will see the parentheses as redundant
grouping but they are necessary to run this code with Python 3.

Signed-off-by: John Keeping <john@keeping.me.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git_remote_helpers/Makefile