remove debug tweak
This commit is contained in:
parent
14fe189b00
commit
fbc4144c82
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ from hashlib import sha256
|
||||||
from hmac import HMAC
|
from hmac import HMAC
|
||||||
from common import crypto
|
from common import crypto
|
||||||
|
|
||||||
if gajim.HAVE_PYCRYPTO and False:
|
if gajim.HAVE_PYCRYPTO:
|
||||||
from Crypto.Cipher import AES
|
from Crypto.Cipher import AES
|
||||||
from Crypto.PublicKey import RSA
|
from Crypto.PublicKey import RSA
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue