]> granicus.if.org Git - git/commit
git-p4: python3: replace <> with !=
authorLuke Diamand <luke@diamand.org>
Tue, 19 Jun 2018 08:04:06 +0000 (09:04 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 19 Jun 2018 16:34:31 +0000 (09:34 -0700)
commitfc35c9d5dc8fefbc29e9713e6b47eb4c19579d56
tree8816daeaab20cee058ec4439caadfcfc87b60f07
parentf0ac6e39433c1d7e9339207aa4d01e9bf7a05b8a
git-p4: python3: replace <> with !=

The <> string inequality operator (which doesn't seem to be even
documented) no longer exists in python3. Replace with !=.

This still works with python2.

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