From: Masashi Honma Date: Thu, 24 Jan 2019 07:45:48 +0000 (+0900) Subject: tests: Remove deprecated statement for python3 compatibility X-Git-Tag: hostap_2_8~500 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=00a41ed986c6dbe4dc980d0b772ec2fcd8d14dea;p=thirdparty%2Fhostap.git tests: Remove deprecated statement for python3 compatibility 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 --- diff --git a/wpaspy/wpaspy.py b/wpaspy/wpaspy.py index 5f614c707..99b565ad2 100644 --- a/wpaspy/wpaspy.py +++ b/wpaspy/wpaspy.py @@ -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