Thomas Hindoe Paaboel Andersen
a8b416f9fe
python: avoid equality check for None
...
PEP8 says that:
"Comparisons to singletons like None should always be done with is or
is not, never the equality operators."
glib uses a mix of "== None" and "is None". This patch changes all
cases to the latter.
2018-07-12 23:48:41 +02:00
..
2018-07-11 21:52:31 +00:00
2018-05-28 09:22:55 -04:00
2018-04-26 18:04:47 +01:00
2018-04-23 16:16:36 +01:00
2018-06-25 13:39:13 +01:00
2018-07-12 23:48:41 +02:00
2018-05-15 15:38:33 +01:00
2018-07-11 21:52:31 +00:00
2018-07-11 21:52:31 +00:00
2018-01-04 22:19:30 +01:00
2018-05-04 18:17:59 +01:00
2018-05-04 18:17:59 +01:00
2018-05-17 13:54:46 +01:00
2018-04-27 16:46:19 +01:00
2017-06-14 14:45:45 -04:00
2018-06-14 11:33:53 +01:00
2018-06-14 11:33:53 +01:00
2018-04-27 16:46:19 +01:00
2018-01-12 15:29:29 +00:00
2017-05-24 11:58:19 +02:00
2018-02-08 14:28:32 +00:00
2018-06-02 09:45:55 +02:00
2018-06-20 16:00:48 +01:00
2017-11-28 14:29:36 +00:00
2018-06-06 23:54:13 +08:00
2018-05-15 13:00:44 -04:00