X-Git-Url: http://git.kaliko.me/?a=blobdiff_plain;f=sima%2Fplugins%2Faddhist.py;h=e9a36e8ddb53f008be8bee630b60046cd0a18f9e;hb=c660efb577c11bde6229d37550bf197fa6bae3e4;hp=8b8da7a5a913a824dd9e9897187a0fdeab0991c6;hpb=5fe20b6caffe162afe5be18e77fe40004d00c95e;p=mpd-sima.git diff --git a/sima/plugins/addhist.py b/sima/plugins/addhist.py index 8b8da7a..e9a36e8 100644 --- a/sima/plugins/addhist.py +++ b/sima/plugins/addhist.py @@ -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')