From: kaliko Date: Sun, 2 Feb 2014 14:48:19 +0000 (+0100) Subject: Move back to mpd_sima as dirname (config, cache) X-Git-Tag: mpd-sima/0.12.0pr3~15 X-Git-Url: http://git.kaliko.me/?a=commitdiff_plain;h=9b22bf2a007d8f42afeb8a9634725734858258e8;p=mpd-sima.git Move back to mpd_sima as dirname (config, cache) --- diff --git a/README b/README index f6eb1d0..373ef5d 100644 --- a/README +++ b/README @@ -5,9 +5,3 @@ Requires python-musicpd: http://media.kaliko.me/src/musicpd/ -Changes with MPD_sima - - * project renamed sima - → defaults to - config : ~/.config/sima/sima.cfg - cache : ~/.local/share/sima/sima.db diff --git a/sima/utils/config.py b/sima/utils/config.py index 37c662b..7c186fa 100644 --- a/sima/utils/config.py +++ b/sima/utils/config.py @@ -36,7 +36,7 @@ from stat import (S_IMODE, ST_MODE, S_IRWXO, S_IRWXG) from . import utils # DEFAULTS -DIRNAME = 'sima' +DIRNAME = 'mpd_sima' CONF_FILE = 'sima.cfg' DEFAULT_CONF = {