Mercurial > libervia-backend
diff src/core/sat_main.py @ 930:cbf4122baae7
core, memory: use XDG recommended paths as the defaults for the config and local directories
author | souliane <souliane@mailoo.org> |
---|---|
date | Sun, 23 Mar 2014 22:43:43 +0100 |
parents | 5c78cefd233f |
children | c6d8fc63b1db |
line wrap: on
line diff
--- a/src/core/sat_main.py Mon Mar 24 15:18:53 2014 +0100 +++ b/src/core/sat_main.py Sun Mar 23 22:43:43 2014 +0100 @@ -97,11 +97,6 @@ self.plugins = {} self.memory = Memory(self) - - local_dir = self.memory.getConfig('', 'local_dir') - if not os.path.exists(local_dir): - os.makedirs(local_dir) - self.trigger = TriggerManager() # trigger are used to change SàT behaviour try: