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-12-15 19:14:31 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-12-15 19:14:31 (GMT)
commit699023b7d001f8262246c32f8d9676f97b321602 (patch)
tree7489c3f85d49902554ef96e15dcbc162d14040ae /commands
parent5602b12be825b963071a2ebb1c05cf5488357bbc (diff)
No point in passing devbot dir to devbot
Diffstat (limited to 'commands')
-rw-r--r--commands/common.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/commands/common.py b/commands/common.py
index 7ada2fe..a5209c2 100644
--- a/commands/common.py
+++ b/commands/common.py
@@ -15,8 +15,7 @@ def setup():
install_dir = os.path.join(base_dir, "install")
tools_dir = os.path.join(base_dir, "tools")
- config.setup(devbot_dir=os.path.join(base_dir, "devbot"),
- config_dir=os.path.join(base_dir, "config"),
+ config.setup(config_dir=os.path.join(base_dir, "config"),
install_dir=install_dir,
source_dir=os.path.join(base_dir, "source"),
build_dir=os.path.join(base_dir, "build"),