]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Use int instead of long for python3 compatibility
authorMasashi Honma <masashi.honma@gmail.com>
Thu, 24 Jan 2019 07:45:47 +0000 (16:45 +0900)
committerJouni Malinen <j@w1.fi>
Sat, 26 Jan 2019 11:02:50 +0000 (13:02 +0200)
commite6b283f75853daab0edbb9821013eb809d93d648
treeb9959dbeec3d9839efbf062af7dee33bff1686b3
parente1bb41bfde9601f83358ef7c8d7a746bfe5be754
tests: Use int instead of long for python3 compatibility

This patch is made by using 2to3 command.

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

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