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-30 13:28:35 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-30 13:28:35 (GMT)
commit11a17ac1ccd59e428af735955b2007b2e1fcb982 (patch)
tree54eb38d746f42c4f2e7d772aa2a0acda2cdf466a /commands
parentd0752119848004ffcc0bc1f602de146b7c20dd15 (diff)
Test the list of modules
Diffstat (limited to 'commands')
-rw-r--r--commands/common.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/commands/common.py b/commands/common.py
index 38c3418..6f2d9fd 100644
--- a/commands/common.py
+++ b/commands/common.py
@@ -27,12 +27,6 @@ def setup():
config.set_prefs_path(os.path.join(base_dir, "prefs"))
config.set_logs_dir(logs_dir)
- module_files = ["system.json",
- "sugar.json",
- "activities.json"]
-
- config.set_module_files(module_files)
-
dep_files = ["system",
"sugar-build",
"sugar-buildtime",