Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hörist <philipp@hoerist.com>2023-01-07 21:50:24 +0300
committerPhilipp Hörist <philipp@hoerist.com>2023-01-07 21:50:24 +0300
commitd768ab158f4261ee08b19724b12ad2ce094e3929 (patch)
tree6abb68e3c530a822bb5f503c2f34fb1151f19038 /length_notifier/length_notifier.py
parent208ab4c24f64957bed3a0727ca4797264abcad63 (diff)
[length_notifier] 1.4.8
Change gtk imports
Diffstat (limited to 'length_notifier/length_notifier.py')
-rw-r--r--length_notifier/length_notifier.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/length_notifier/length_notifier.py b/length_notifier/length_notifier.py
index 40a9480..8c24e11 100644
--- a/length_notifier/length_notifier.py
+++ b/length_notifier/length_notifier.py
@@ -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