summaryrefslogtreecommitdiff
path: root/slixmpp/thirdparty/__init__.py
blob: 5caa28d3cba13cf4672df0d3b1f232e95db906ea (plain)
1
2
3
4
5
6
7
try:
    from gnupg import GPG
except:
    from slixmpp.thirdparty.gnupg import GPG

from slixmpp.thirdparty import socks
from slixmpp.thirdparty.mini_dateutil import tzutc, tzoffset, parse_iso