From 00a41ed986c6dbe4dc980d0b772ec2fcd8d14dea Mon Sep 17 00:00:00 2001 From: Masashi Honma Date: Thu, 24 Jan 2019 16:45:48 +0900 Subject: [PATCH] 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 --- wpaspy/wpaspy.py | 2 -- 1 file changed, 2 deletions(-) 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