]> kaliko git repositories - mpd-sima.git/blobdiff - sima/plugins/addhist.py
Move fuzzy_find method in the player.
[mpd-sima.git] / sima / plugins / addhist.py
index 8b8da7a5a913a824dd9e9897187a0fdeab0991c6..e9a36e8ddb53f008be8bee630b60046cd0a18f9e 100644 (file)
@@ -2,22 +2,20 @@
 """Add playing tracks to history
 """
 
-# standart library import
-#from select import select
+# standard library import
 
-# third parties componants
+# third parties components
 
 # local import
 from ..lib.plugin import Plugin
 
 class History(Plugin):
     """
-    History
+    History management
     """
     def __init__(self, daemon):
         Plugin.__init__(self, daemon)
         self.sdb = daemon.sdb
-        self.player = daemon.player
 
     def shutdown(self):
         self.log.info('Cleaning database')