]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Use python3 compatible libraries
authorMasashi Honma <masashi.honma@gmail.com>
Thu, 31 Jan 2019 08:15:41 +0000 (17:15 +0900)
committerJouni Malinen <j@w1.fi>
Sat, 2 Feb 2019 10:03:04 +0000 (12:03 +0200)
commit9c06eda01ce6f0e9bdaa86a1c017f23212435b8a
treefc6bbe582218964857cfe3f3c11aa8f6d242f517
parent2974633d0c95e2b815e5829ed22d4cc360782c09
tests: Use python3 compatible libraries

This patch is made by using 2to3 command with some modifications.

$ find . -name *.py | xargs 2to3 -f imports -w -n

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