From 96eb9a87c6984cfba415b20cbdc95d9900304a16 Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Thu, 9 Jan 2014 00:41:46 +0100 Subject: [PATCH] mpd: Whitespace fix to make travis happy. --- tests/mpd/exception_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/mpd/exception_test.py b/tests/mpd/exception_test.py index 88a8cdda..b470ed44 100644 --- a/tests/mpd/exception_test.py +++ b/tests/mpd/exception_test.py @@ -3,7 +3,7 @@ from __future__ import unicode_literals import unittest from mopidy.mpd.exceptions import ( - MpdAckError, MpdPermissionError, MpdUnknownCommand, MpdNoCommand, + MpdAckError, MpdPermissionError, MpdUnknownCommand, MpdNoCommand, MpdSystemError, MpdNotImplemented)