Closed paultag closed 11 years ago
We need to change the if not (foo == bar) logic to if foo != bar, but that requires starting to hack the Notes __ne__ operator, didn't have time to get to that yet.
__ne__
This is 100% cosmetic, just getting friendly with the source right now.
We need to change the if not (foo == bar) logic to if foo != bar, but that requires starting to hack the Notes
__ne__
operator, didn't have time to get to that yet.This is 100% cosmetic, just getting friendly with the source right now.