]> kaliko git repositories - mpd-sima.git/blobdiff - sima/lib/player.py
New, slightly enhanced, meta Objects.
[mpd-sima.git] / sima / lib / player.py
index ea57255f4713c6a6026c78ec11de625839ea31c1..cb562b5f9a3735d4a6edc2f72f3d6e15a6f1f0d1 100644 (file)
 
 # standard library import
 import logging
+from difflib import get_close_matches
 
+# local import
+from .simastr import SimaStr
+from ..utils.leven import levenshtein_ratio
 
 class Player(object):
     """Player interface to inherit from.
@@ -37,7 +41,6 @@ class Player(object):
         * current
         * queue
         * playlist
-        *
     """
 
     def __init__(self):