slixmpp/sleekxmpp/thirdparty/__init__.py

13 lines
315 B
Python
Raw Normal View History

2011-01-15 22:15:33 +00:00
try:
2011-01-19 22:49:39 +00:00
from collections import OrderedDict
2011-01-15 22:15:33 +00:00
except:
from sleekxmpp.thirdparty.ordereddict import OrderedDict
2012-04-06 19:13:04 +00:00
try:
from gnupg import GPG
except:
from sleekxmpp.thirdparty.gnupg import GPG
from sleekxmpp.thirdparty import socks
from sleekxmpp.thirdparty.mini_dateutil import tzutc, tzoffset, parse_iso