From 890e522bc05c1cf1f30929e13685c4510d4ccab0 Mon Sep 17 00:00:00 2001 From: Peter Schnebel Date: Thu, 31 Oct 2013 20:30:13 +0100 Subject: [PATCH] removed more last.fm stuff --- beetsplug/mpdstats.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/beetsplug/mpdstats.py b/beetsplug/mpdstats.py index 1798191cb..d7c3a2ae5 100644 --- a/beetsplug/mpdstats.py +++ b/beetsplug/mpdstats.py @@ -15,8 +15,6 @@ # requires python-mpd to run. install with: pip install python-mpd import logging -# for fetching similar artists, tracks ... -import pylast # for connecting to mpd from mpd import MPDClient, CommandError, PendingCommandError, ConnectionError # for catching socket errors