.. 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:
wlof 2011-03-19 00:08:19 +01:00
parent 2360c5744a
commit 2db7699ed3

View file

@ -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