Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/common.py
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-26 10:50:20 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-26 10:50:20 (GMT)
commitc5709d02c5bc52e06862c14df8df4fc764f30d09 (patch)
tree95bc299094170189f28fbfd999ee05272de0e59e /commands/common.py
parent9c6636a761d2bc627e744e6b0efc45cc7672c485 (diff)
Start splitting distro specific code to plugins
Diffstat (limited to 'commands/common.py')
-rw-r--r--commands/common.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/commands/common.py b/commands/common.py
index a61139e..e8fab6c 100644
--- a/commands/common.py
+++ b/commands/common.py
@@ -11,6 +11,8 @@ from devbot import config
from devbot import distro
def setup():
+ config.load_plugins()
+
config.set_config_dir(os.path.join(base_dir, "config"))
config.set_install_dir(os.path.join(base_dir, "install"),
relocatable="SUGAR_BUILDBOT" in os.environ)