Remove the now useless Queue wrapper in slixmpp.util.
This commit is contained in:
committed by
Florent Le Coz
parent
06de587ed2
commit
61f89eef2e
@@ -1,9 +1,9 @@
|
||||
import socket
|
||||
import threading
|
||||
import logging
|
||||
from queue import Queue
|
||||
|
||||
from slixmpp.stanza import Iq
|
||||
from slixmpp.util import Queue
|
||||
from slixmpp.exceptions import XMPPError
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user