declare log variable in stanza_session.py

This commit is contained in:
Yann Leboulanger 2010-08-23 10:38:09 +02:00
parent d90e153477
commit 1e3622ade2
1 changed files with 3 additions and 0 deletions

View File

@ -37,6 +37,9 @@ from hashlib import sha256
from hmac import HMAC
from common import crypto
import logging
log = logging.getLogger('gajim.c.stanza_session')
if gajim.HAVE_PYCRYPTO:
from Crypto.Cipher import AES
from Crypto.PublicKey import RSA