From: Luke Diamand Date: Tue, 19 Jun 2018 08:04:06 +0000 (+0100) Subject: git-p4: python3: replace <> with != X-Git-Tag: v2.19.0-rc0~163^2~5 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/fc35c9d5dc8fefbc29e9713e6b47eb4c19579d56?hp=fc35c9d5dc8fefbc29e9713e6b47eb4c19579d56 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 Signed-off-by: Junio C Hamano ---