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:
authorDaniel Brötzmann <mailtrash@posteo.de>2018-11-01 23:14:34 +0300
committerDaniel Brötzmann <mailtrash@posteo.de>2018-11-01 23:14:34 +0300
commitb75397447d4194f783ac88a2f037bc2ff02f3115 (patch)
tree7447a9d99dd2d021ae7730505228e5d97ce6cb46 /now_listen
parentc5c82ec4ec27d57b69aa4fb6536a089acf9de14d (diff)
[now_listen] Fix import
Diffstat (limited to 'now_listen')
-rw-r--r--now_listen/now_listen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/now_listen/now_listen.py b/now_listen/now_listen.py
index cbf85dd..d301f26 100644
--- a/now_listen/now_listen.py
+++ b/now_listen/now_listen.py
@@ -8,7 +8,7 @@ from gajim.plugins import GajimPlugin
from gajim.plugins.helpers import log_calls
from gajim.plugins.gui import GajimPluginConfigDialog
-from gajim.music_track_listener import MusicTrackListener
+from gajim.common.dbus.music_track import MusicTrackListener
# Since Gajim 1.1.0 _() has to be imported
try: