Add missing import.

This commit is contained in:
Tai Lee 2013-05-27 01:34:22 +10:00
parent 35e926a51b
commit 29546fda5f

View file

@ -30,6 +30,7 @@ from beets import ui
from beets.ui import print_, input_, decargs
from beets import autotag
from beets.autotag import recommendation
from beets.autotag.match import VA_ARTISTS
from beets import plugins
from beets import importer
from beets import util