Updated beets lib to correctly point to config file (thanks to AdeHub)

This commit is contained in:
rembo10
2014-04-14 17:38:29 -07:00
parent 07e8b6b095
commit dab4e3d5f8

View File

@@ -23,4 +23,4 @@ from beets.util import confit
Library = beets.library.Library
config = confit.LazyConfig('beets', __name__)
config = confit.LazyConfig(os.path.dirname(__file__), __name__)