remove debug tweak
This commit is contained in:
parent
14fe189b00
commit
fbc4144c82
|
@ -37,7 +37,7 @@ from hashlib import sha256
|
|||
from hmac import HMAC
|
||||
from common import crypto
|
||||
|
||||
if gajim.HAVE_PYCRYPTO and False:
|
||||
if gajim.HAVE_PYCRYPTO:
|
||||
from Crypto.Cipher import AES
|
||||
from Crypto.PublicKey import RSA
|
||||
|
||||
|
|
Loading…
Reference in New Issue