fix missing import
This commit is contained in:
parent
b34bf56509
commit
0b53a34daf
|
@ -35,6 +35,7 @@ from gi.repository import GObject
|
|||
from gi.repository import Pango
|
||||
import os
|
||||
import sys
|
||||
import importlib
|
||||
|
||||
import logging
|
||||
log = logging.getLogger('gajim.gtkgui_helpers')
|
||||
|
|
Loading…
Reference in New Issue