Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/common.py
diff options
context:
space:
mode:
Diffstat (limited to 'commands/common.py')
-rw-r--r--commands/common.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/commands/common.py b/commands/common.py
index 557c074..a7e16d1 100644
--- a/commands/common.py
+++ b/commands/common.py
@@ -10,8 +10,6 @@ from devbot import git
def setup(log_name=None):
- 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"),