[length_notifier] 1.4.8

Change gtk imports
This commit is contained in:
Philipp Hörist
2023-01-07 19:50:24 +01:00
parent 208ab4c24f
commit d768ab158f
3 changed files with 8 additions and 8 deletions

View File

@@ -37,8 +37,8 @@ from nbxmpp.protocol import JID
from gajim.common import app
from gajim.common import types
from gajim.gui.message_actions_box import MessageActionsBox
from gajim.gui.message_input import MessageInputTextView
from gajim.gtk.message_actions_box import MessageActionsBox
from gajim.gtk.message_input import MessageInputTextView
from gajim.plugins import GajimPlugin
from gajim.plugins.gajimplugin import GajimPluginConfig