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

from slixmpp.thirdparty.orderedset import OrderedSet