Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-23 13:05:43 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-23 13:05:43 (GMT)
commit9e4258d3669e935518f352912946c1477b0db379 (patch)
treec58c4dc4080dc9678433bef1246948992513e6f0 /commands
parent45124944fa077cb5f411ff1cd95f4587040e05f6 (diff)
Add config.get_pref
Diffstat (limited to 'commands')
-rw-r--r--commands/common.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/common.py b/commands/common.py
index 7b1b0f4..85d41ca 100644
--- a/commands/common.py
+++ b/commands/common.py
@@ -16,6 +16,7 @@ def setup():
config.set_build_dir(os.path.join(base_path, "build"))
config.set_commands_dir(os.path.join(base_path, "commands"))
config.set_logs_dir(os.path.join(base_path, "logs"))
+ config.set_prefs_path(os.path.join(base_path, "prefs"))
version = distro.get_system_version()