mirror of
https://github.com/beetbox/beets.git
synced 2026-02-09 17:01:55 +01:00
Fix test run with setuptools
This commit is contained in:
parent
4c5fc8fd76
commit
49bce6276e
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue