#coding:utf8 from views import data_queue print(list(data_queue.queue))
#coding:utf8
from views import data_queue
print(list(data_queue.queue))