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
committerPhilipp Hörist <philipp@hoerist.com>2018-11-10 03:12:33 +0300
commit556eb1608b64c73ef0f22f5d8c6660774ad3c890 (patch)
tree8f68974e0694a6f8357e6527e272f5ad576559cb
parentfabe354957d0263c6910cb98fccde6337fd8442c (diff)
[now_listen] Fix import
-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: