mirror of
https://github.com/beetbox/beets.git
synced 2025-12-07 17:16:07 +01:00
parent
f7ff8e9f99
commit
aa07eb9551
1 changed files with 5 additions and 0 deletions
|
|
@ -34,6 +34,11 @@ from beets import importer
|
|||
from beets.ui import commands
|
||||
import beets
|
||||
|
||||
# Make sure the development versions of the plugins are used
|
||||
import beetsplug
|
||||
beetsplug.__path__ = [ os.path.abspath(
|
||||
os.path.join(__file__, '..', '..', 'beetsplug')) ]
|
||||
|
||||
# Test resources/sandbox path.
|
||||
RSRC = os.path.join(os.path.dirname(__file__), 'rsrc')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue