Files
create/src/Mod
Sebastian Bachmann 19d090fe77 Resolve SyntaxWarning literal comparison in py3.8
Comparison with literals should be done using != and == and not 'is
not' and 'is'.
Found the files using:
find . -name \*.py -exec pylint --disable=all --enable=R0123 --score=no {} \;

Python 3.8 prints out SyntaxWarnings when reading the files, this
would happen for example on every installation.
2020-04-13 11:40:16 +02:00
..
2020-04-10 14:31:14 +02:00
2020-04-07 18:17:03 +02:00
2020-02-15 19:32:58 +01:00
2020-03-24 11:14:24 +01:00
2020-04-07 22:17:37 -05:00
2020-04-07 18:17:03 +02:00
2020-03-06 14:50:35 +01:00
2020-04-12 08:40:28 -04:00
2020-03-06 14:50:35 +01:00