NetworkManager/clients
Thomas Haller 4023968251 tests: don't compare string literal with "is" in "clients/tests/test-client.py"
Recent Python versions warn about this:

  ./clients/tests/test-client.py:569: SyntaxWarning: "is" with a literal. Did you mean "=="?
    elif lang is de:
  ./clients/tests/test-client.py:572: SyntaxWarning: "is" with a literal. Did you mean "=="?
    elif lang is pl:

And rightly so: https://bugs.python.org/issue34850

(cherry picked from commit 989b26a843)
(cherry picked from commit 992c5abb53)
2019-10-08 15:26:51 +02:00
..
cli cli: fix crash on autocompletion 2019-06-20 10:43:58 +02:00
common all: codespell fixes 2019-07-24 13:32:45 +02:00
tests tests: don't compare string literal with "is" in "clients/tests/test-client.py" 2019-10-08 15:26:51 +02:00
tui tui: add only some options to new bond connections 2019-06-11 18:36:30 +02:00
meson.build build/meson: rename "nm_core_dep" to "libnm_core_dep" 2019-04-18 20:13:49 +02:00
nm-online.c nm-online: sort options in man page and program help 2018-11-05 09:32:20 +01:00