Remove the now useless Queue wrapper in slixmpp.util.

This commit is contained in:
Emmanuel Gil Peyrot
2014-09-21 19:28:13 +02:00
committed by Florent Le Coz
parent 06de587ed2
commit 61f89eef2e
7 changed files with 8 additions and 22 deletions
+1 -1
View File
@@ -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