summaryrefslogtreecommitdiff
path: root/sleekxmpp/thirdparty/__init__.py
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2012-04-06 15:13:04 -0400
committerLance Stout <lancestout@gmail.com>2012-04-06 15:22:23 -0400
commit9c61c2882fd1e3617dc6c7617a2da896596a4371 (patch)
treeb3135aba218cd63ffbcb592c238beb78b02c534a /sleekxmpp/thirdparty/__init__.py
parente0dd9c3618e92643ec323b162187e001673a59b7 (diff)
downloadslixmpp-9c61c2882fd1e3617dc6c7617a2da896596a4371.tar.gz
slixmpp-9c61c2882fd1e3617dc6c7617a2da896596a4371.tar.bz2
slixmpp-9c61c2882fd1e3617dc6c7617a2da896596a4371.tar.xz
slixmpp-9c61c2882fd1e3617dc6c7617a2da896596a4371.zip
Add support for XEP-0027
Diffstat (limited to 'sleekxmpp/thirdparty/__init__.py')
-rw-r--r--sleekxmpp/thirdparty/__init__.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/sleekxmpp/thirdparty/__init__.py b/sleekxmpp/thirdparty/__init__.py
index 1c7bf651..b9c82a7f 100644
--- a/sleekxmpp/thirdparty/__init__.py
+++ b/sleekxmpp/thirdparty/__init__.py
@@ -3,5 +3,10 @@ try:
except:
from sleekxmpp.thirdparty.ordereddict import OrderedDict
+try:
+ from gnupg import GPG
+except:
+ from sleekxmpp.thirdparty.gnupg import GPG
+
from sleekxmpp.thirdparty import suelta
from sleekxmpp.thirdparty.mini_dateutil import tzutc, tzoffset, parse_iso