From d2b014e17a571553f9b35e4b45b58e3de1a9f81b Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Tue, 18 Sep 2007 12:50:22 +0000 Subject: [PATCH] don't require pycrypto. fixes #3444 --- src/common/stanza_session.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/stanza_session.py b/src/common/stanza_session.py index 00430c04a..8110d446d 100644 --- a/src/common/stanza_session.py +++ b/src/common/stanza_session.py @@ -12,7 +12,6 @@ import os import time from common import dh -from common import crypto import xmpp.c14n import base64 @@ -100,6 +99,7 @@ if gajim.HAVE_PYCRYPTO: from Crypto.Cipher import AES from Crypto.Hash import HMAC, SHA256 from Crypto.PublicKey import RSA + from common import crypto # an encrypted stanza negotiation has several states. i've represented them # as the following values in the 'status'