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)
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>
No differences found