From a744e8ea597e64a74fb00f61403ddbab5da50c2a Mon Sep 17 00:00:00 2001 From: Thomas Scholtes Date: Tue, 11 Mar 2014 19:42:06 +0100 Subject: [PATCH] Fix missing import --- beets/ui/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beets/ui/commands.py b/beets/ui/commands.py index dbc6fda3e..75ad37b49 100644 --- a/beets/ui/commands.py +++ b/beets/ui/commands.py @@ -25,7 +25,7 @@ import codecs import platform import beets -from beets import ui +from beets import ui, mediafile from beets.ui import print_, input_, decargs from beets import autotag from beets.autotag import recommendation