diff --git a/test/test_ui_importer.py b/test/test_ui_importer.py index c951ea2f5..1901ea2a8 100644 --- a/test/test_ui_importer.py +++ b/test/test_ui_importer.py @@ -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