]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Use python3 compatible range operation
authorMasashi Honma <masashi.honma@gmail.com>
Thu, 24 Jan 2019 07:45:44 +0000 (16:45 +0900)
committerJouni Malinen <j@w1.fi>
Sat, 26 Jan 2019 10:56:02 +0000 (12:56 +0200)
commit330f2dd6bb7d10e31d5db2a91bea750487cefc9c
treed8688bd8dbde79bfc66a74652a3cf1032b191ae2
parent35d8c2545e854aa7c21b36a11631e95b1914d2d8
tests: Use python3 compatible range operation

This patch is made by using 2to3 command.

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

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