This patch is made by using 2to3 command. find . -name *.py | xargs 2to3 -f future -w -n Signed-off-by: Masashi Honma <masashi.honma@xxxxxxxxx> --- wpaspy/wpaspy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wpaspy/wpaspy.py b/wpaspy/wpaspy.py index 5f614c707..50ecf2374 100644 --- a/wpaspy/wpaspy.py +++ b/wpaspy/wpaspy.py @@ -6,7 +6,7 @@ # 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 -- 2.17.1 _______________________________________________ Hostap mailing list Hostap@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/hostap