forgot an import
This commit is contained in:
parent
8b24eb4cb8
commit
332ce86bc1
|
@ -25,6 +25,8 @@ import time
|
||||||
import dialogs
|
import dialogs
|
||||||
import chat
|
import chat
|
||||||
import cell_renderer_image
|
import cell_renderer_image
|
||||||
|
import gtkgui_helpers
|
||||||
|
|
||||||
from gajim import Contact
|
from gajim import Contact
|
||||||
from common import gajim
|
from common import gajim
|
||||||
from common import helpers
|
from common import helpers
|
||||||
|
|
Loading…
Reference in New Issue