summaryrefslogtreecommitdiff
path: root/slixmpp/thirdparty/__init__.py
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2015-08-20 20:02:14 +0100
committerEmmanuel Gil Peyrot <emmanuel.peyrot@collabora.com>2015-08-23 16:06:01 +0100
commit9c5dd024b190e69583d06fae07db50896a41b454 (patch)
tree69cc1932649303ed5da728689abb74c54731ca39 /slixmpp/thirdparty/__init__.py
parent041bd63864429ac74ff7b7e267a0a96b04553383 (diff)
downloadslixmpp-9c5dd024b190e69583d06fae07db50896a41b454.tar.gz
slixmpp-9c5dd024b190e69583d06fae07db50896a41b454.tar.bz2
slixmpp-9c5dd024b190e69583d06fae07db50896a41b454.tar.xz
slixmpp-9c5dd024b190e69583d06fae07db50896a41b454.zip
Fix the xep_0065 plugin, by rewriting its socks5 implementation.
Diffstat (limited to 'slixmpp/thirdparty/__init__.py')
-rw-r--r--slixmpp/thirdparty/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/slixmpp/thirdparty/__init__.py b/slixmpp/thirdparty/__init__.py
index 5caa28d3..fe1056e6 100644
--- a/slixmpp/thirdparty/__init__.py
+++ b/slixmpp/thirdparty/__init__.py
@@ -3,5 +3,4 @@ try:
except:
from slixmpp.thirdparty.gnupg import GPG
-from slixmpp.thirdparty import socks
from slixmpp.thirdparty.mini_dateutil import tzutc, tzoffset, parse_iso