Reworked config.py (better variable names autodetection)

This commit is contained in:
Niklas Bölter
2010-11-13 17:40:02 +01:00
parent f1abd40ffa
commit d2d1759601
5 changed files with 26 additions and 15 deletions

View File

@@ -22,7 +22,7 @@ import os.path
import config
class SettingsProvider():
BASE_PATH = os.path.join(config.homePath, "settings")
BASE_PATH = os.path.join(config.savePath, "settings")
settings = {}
_instance = None
@classmethod