declare log variable in stanza_session.py
This commit is contained in:
parent
d90e153477
commit
1e3622ade2
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue