From 69d077f81fd00cb9b462030ffb6b8cc8cd9b25c4 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Tue, 25 Dec 2012 18:20:39 +0000 Subject: Merge branch 'testing' --- (limited to 'commands/common.py') diff --git a/commands/common.py b/commands/common.py index 80c42b4..61d9537 100644 --- a/commands/common.py +++ b/commands/common.py @@ -7,8 +7,11 @@ sys.path.append(base_dir) from devbot import config from devbot import command +from devbot import git def setup(): + git.set_root_path(base_dir) + args = {"config_dir": os.path.join(base_dir, "config"), "install_dir": os.path.join(base_dir, "install"), "source_dir": os.path.join(base_dir, "source"), -- cgit v0.9.1