wesnoth/utils/gdb
Michał Janiszewski 9d333bc95a Compare to None using identity is operator
This is a trivial change that replaces `==` operator with `is` operator, following PEP 8 guideline:

> Comparisons to singletons like None should always be done with is or is not, never the equality operators.

https://legacy.python.org/dev/peps/pep-0008/#programming-recommendations
2018-10-31 12:21:01 +11:00
..
register_wesnoth_pretty_printers.py Compare to None using identity is operator 2018-10-31 12:21:01 +11:00
wesnoth_gdb.py Fix typos in util/gdb 2013-08-24 19:34:22 +02:00
wesnoth_pretty_printers.py Fix typos in util/gdb 2013-08-24 19:34:22 +02:00
wesnoth_type_tools.py Fix typos in util/gdb 2013-08-24 19:34:22 +02:00