From 74b2639b574ecaf600798d234d93e2d807f63021 Mon Sep 17 00:00:00 2001 From: schneefux Date: Tue, 30 Dec 2014 19:08:21 +0100 Subject: Fix module import paths in standard plugins --- client/modules/MPDControl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/modules/MPDControl.py') diff --git a/client/modules/MPDControl.py b/client/modules/MPDControl.py index ee0904b..54f479c 100644 --- a/client/modules/MPDControl.py +++ b/client/modules/MPDControl.py @@ -3,7 +3,7 @@ import re import logging import difflib import mpd -from mic import Mic +from client.mic import Mic # Standard module stuff WORDS = ["MUSIC", "SPOTIFY"] -- cgit v1.3.1