]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Remove deprecated statement for python3 compatibility
authorMasashi Honma <masashi.honma@gmail.com>
Thu, 24 Jan 2019 07:45:48 +0000 (16:45 +0900)
committerJouni Malinen <j@w1.fi>
Sat, 26 Jan 2019 11:03:49 +0000 (13:03 +0200)
This patch is made by using 2to3 command.

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

This was not really needed in this file for python2 compatibility.

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

index 5f614c7074164bf882be5e90877b69c99d049cd2..99b565ad2d5d32ea2e44a8be0b9413dcd7695f6e 100644 (file)
@@ -6,8 +6,6 @@
 # This software may be distributed under the terms of the BSD license.
 # See README for more details.
 
-from __future__ import print_function
-
 import os
 import stat
 import socket