slixmpp/sleekxmpp/thirdparty/__init__.py
Sandro Munda dcdf5dcd09 Added the Socksipy module in the thirdparty of SleekXMPP.
Updated the LICENSE file with the license of the Socksipy
module (New-BSD).
2012-06-07 19:02:09 +02:00

12 lines
323 B
Python

try:
from collections import OrderedDict
except:
from sleekxmpp.thirdparty.ordereddict import OrderedDict
try:
from gnupg import GPG
except:
from sleekxmpp.thirdparty.gnupg import GPG
from sleekxmpp.thirdparty import suelta, socks
from sleekxmpp.thirdparty.mini_dateutil import tzutc, tzoffset, parse_iso