]> git.ipfire.org Git - thirdparty/git.git/commit - git-p4.py
git-p4: python3: use print() function
authorLuke Diamand <luke@diamand.org>
Tue, 19 Jun 2018 08:04:10 +0000 (09:04 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 19 Jun 2018 16:34:32 +0000 (09:34 -0700)
commitf2606b1797fdffe40b00a6766ca1df6e1e0f3a60
treee752f8bc189fff518fdbb03e18e22b1cc9ca0a0c
parentefdcc99263871818cfe297a5a981d5841c77ebac
git-p4: python3: use print() function

Replace calls to print ... with the function form, print(...), to
allow use with python3 as well as python2.x.

Converted using 2to3 (and some hand-editing).

Signed-off-by: Luke Diamand <luke@diamand.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-p4.py