Skip to content
Snippets Groups Projects
Commit 062add13 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

prevent traceback (fix missing import)

parent 72beac5e
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,9 @@ from chat_control import ChatControl
from chat_control import ChatControlBase
from common.exceptions import GajimGeneralException
import logging
log = logging.getLogger('gajim.groupchat_control')
#(status_image, type, nick, shown_nick)
(
C_IMG, # image to show state (online, new message etc)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment