[PATCH 08/50] tests: Remove deprecated statement for python3 compatibility

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]

  Powered by Linux