Re: [PATCH 36/50] tests: Modify p2p_channel test sets for python3

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

 



On Thu, 2019-01-24 at 16:46 +0900, Masashi Honma wrote:
> Signed-off-by: Masashi Honma <masashi.honma@xxxxxxxxx>
> ---
>  tests/hwsim/p2p_utils.py | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/tests/hwsim/p2p_utils.py b/tests/hwsim/p2p_utils.py
> index 6c8a3cc4b..3abc00a62 100644
> --- a/tests/hwsim/p2p_utils.py
> +++ b/tests/hwsim/p2p_utils.py
> @@ -241,7 +241,7 @@ def go_neg_pin(i_dev, r_dev, i_intent=None, r_intent=None, i_method='enter', r_m
>      pin = r_dev.wps_read_pin()
>      logger.info("Start GO negotiation " + i_dev.ifname + " -> " + r_dev.ifname)
>      r_dev.dump_monitor()
> -    res = queue.Queue()
> +    res = Queue()

Ah, heh. I guess you got a bit confused with the queue stuff, or maybe
even 2to3 did :)

johannes


_______________________________________________
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