Re: [PATCH 11/50] tests: Use python3 compatible liblaries

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

 



On 2019/01/25 19:22, Johannes Berg wrote:
This doesn't look right?

You imported "from queue import Queue" so you should use Queue() not
queue.Queue()?

Or use

try:
     import Queue as queue
except:
     import queue


Yes,Indeed I replace it at 0036. I will fix.
I fixed HTTP related imports also.

Masashi Honma.

_______________________________________________
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