mirror of
https://github.com/beetbox/beets.git
synced 2025-12-12 03:24:44 +01:00
.. is now inserted at the beginning of sys.path so that local beets
files are used instead of installed ones
This commit is contained in:
parent
2360c5744a
commit
2db7699ed3
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ import textwrap
|
|||
from StringIO import StringIO
|
||||
import logging
|
||||
import _common
|
||||
sys.path.append('..')
|
||||
sys.path.insert(0, '..')
|
||||
from beets import library
|
||||
from beets import ui
|
||||
from beets.ui import commands
|
||||
|
|
|
|||
Loading…
Reference in a new issue