didn't know about flake...

This commit is contained in:
robotanarchy 2014-09-13 17:25:10 +02:00
parent 5b0b3eee45
commit 68eae9e683

View file

@ -28,6 +28,7 @@ from beets import config
M3U_DEFAULT_NAME = 'imported.m3u'
log = logging.getLogger('beets')
class ImportFeedsPlugin(BeetsPlugin):
def __init__(self):
super(ImportFeedsPlugin, self).__init__()