Fix test run with setuptools

This commit is contained in:
Thomas Scholtes 2014-02-11 13:24:47 +01:00
parent 4c5fc8fd76
commit 49bce6276e

View file

@ -17,7 +17,8 @@ test_importer module. But here the test importer inherits from
``TerminalImportSession``. So we test this class, too.
"""
from . import test_importer
from _common import unittest
from test import test_importer
from beets.ui.commands import TerminalImportSession
from beets import importer
from beets import config