From 5b763716a606c9684ff28aa5973fabeb759d0af6 Mon Sep 17 00:00:00 2001 From: lovetox Date: Sun, 6 Dec 2020 13:22:33 +0100 Subject: Make imports GUI agnostic --- now_listen/gtk/config.py | 8 ++++---- now_listen/manifest.ini | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'now_listen') diff --git a/now_listen/gtk/config.py b/now_listen/gtk/config.py index b62f19f..74c1307 100644 --- a/now_listen/gtk/config.py +++ b/now_listen/gtk/config.py @@ -15,10 +15,10 @@ from gi.repository import Gtk -from gajim.gtk.settings import SettingsDialog -from gajim.gtk.settings import SettingKind -from gajim.gtk.const import Setting -from gajim.gtk.const import SettingType +from gajim.gui.settings import SettingsDialog +from gajim.gui.settings import SettingKind +from gajim.gui.const import Setting +from gajim.gui.const import SettingType from gajim.plugins.plugins_i18n import _ diff --git a/now_listen/manifest.ini b/now_listen/manifest.ini index 895a388..221090e 100644 --- a/now_listen/manifest.ini +++ b/now_listen/manifest.ini @@ -1,7 +1,7 @@ [info] name: Now Listen short_name: now_listen -version: 1.3.1 +version: 1.3.2 description: Allows you to paste info about the music you are playing (use by pressing Alt+N in the message input). authors = Denis Fomin homepage = https://dev.gajim.org/gajim/gajim-plugins/wikis/NowListenPlugin -- cgit v1.2.3