summaryrefslogtreecommitdiff
path: root/sleekxmpp/thirdparty/__init__.py
diff options
context:
space:
mode:
authorSandro Munda <sandro.munda@guardis.com>2012-06-07 19:02:09 +0200
committerSandro Munda <sandro.munda@guardis.com>2012-06-07 19:02:09 +0200
commitdcdf5dcd098ee8033ca9036af7e2f6ab8ddba620 (patch)
treecb11b656facaeda1235831b2ef6bcb9133178e56 /sleekxmpp/thirdparty/__init__.py
parentc59a6d0f51112b1bc35f9d492342dea63bfce6e5 (diff)
downloadslixmpp-dcdf5dcd098ee8033ca9036af7e2f6ab8ddba620.tar.gz
slixmpp-dcdf5dcd098ee8033ca9036af7e2f6ab8ddba620.tar.bz2
slixmpp-dcdf5dcd098ee8033ca9036af7e2f6ab8ddba620.tar.xz
slixmpp-dcdf5dcd098ee8033ca9036af7e2f6ab8ddba620.zip
Added the Socksipy module in the thirdparty of SleekXMPP.
Updated the LICENSE file with the license of the Socksipy module (New-BSD).
Diffstat (limited to 'sleekxmpp/thirdparty/__init__.py')
-rw-r--r--sleekxmpp/thirdparty/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sleekxmpp/thirdparty/__init__.py b/sleekxmpp/thirdparty/__init__.py
index b9c82a7f..7ec045a6 100644
--- a/sleekxmpp/thirdparty/__init__.py
+++ b/sleekxmpp/thirdparty/__init__.py
@@ -8,5 +8,5 @@ try:
except:
from sleekxmpp.thirdparty.gnupg import GPG
-from sleekxmpp.thirdparty import suelta
+from sleekxmpp.thirdparty import suelta, socks
from sleekxmpp.thirdparty.mini_dateutil import tzutc, tzoffset, parse_iso