From 49bce6276e95eca0209155d1f28e8880b37217d8 Mon Sep 17 00:00:00 2001 From: Thomas Scholtes Date: Tue, 11 Feb 2014 13:24:47 +0100 Subject: [PATCH] Fix test run with setuptools --- test/test_ui_importer.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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