remove debug tweak

This commit is contained in:
Zhenchao Li 2010-07-05 13:47:47 +08:00
parent 14fe189b00
commit fbc4144c82
1 changed files with 1 additions and 1 deletions

View File

@ -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