mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-28 09:19:45 +00:00

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