]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Replace dict.has_key() with the in operator for python3
authorMasashi Honma <masashi.honma@gmail.com>
Mon, 4 Feb 2019 00:56:53 +0000 (02:56 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 4 Feb 2019 10:26:35 +0000 (12:26 +0200)
commitb723b259264fc4329d41e3a10455066a030d66f5
tree70647d79880ad5ec01461c212f190574cf18a6f5
parent4aa2336ed5520b4d21f728cb885775f8b4f249bf
tests: Replace dict.has_key() with the in operator for python3

Signed-off-by: Masashi Honma <masashi.honma@gmail.com>
tests/hwsim/test_dbus.py