Imported queue from six

This commit is contained in:
kuldeep.k@cisinlabs.com 2021-10-01 21:58:12 +05:30
parent 84c545ad8e
commit 0d6992dc8a
No known key found for this signature in database
GPG Key ID: AF4FB299BF7C7C2A

View File

@ -6,6 +6,8 @@ import logging
import random
import threading
from six.moves import queue
from pybitmessage import state
from pybitmessage import queues