On 2/14/2020 12:15 AM, Denton Liu wrote:
This change comes from 'git-p4: restructure code in submit' in 'bk/p4-pre-edit-changelist' which introduced the use of the `<>` operator. In Python 2, this is valid but in Python 3, it was removed. We can simply replace the `<>` with `!=` which is the new way of writing "not equals".
Absolutely. I'm committing the change now.