mpd: Remove unused exception type

This commit is contained in:
Thomas Adamcik 2014-01-24 00:48:16 +01:00
parent 86f5602023
commit b3a273110c

View File

@ -5,10 +5,6 @@ import re
from mopidy.mpd import exceptions
class Error(Exception):
pass
WORD_RE = re.compile(r"""
^
(\s*) # Leading whitespace not allowed, capture it to report.