From 08c27487173faf6a86b5fe20e6b545033b6d1638 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Fri, 28 Dec 2012 16:44:06 +0000 Subject: Rework initialization To avoid duplicatin environ setup calls. --- (limited to 'devbot/shell.py') diff --git a/devbot/shell.py b/devbot/shell.py index be2730d..0b00c95 100644 --- a/devbot/shell.py +++ b/devbot/shell.py @@ -2,11 +2,7 @@ import os -from devbot import environ - def start(rcfile): - environ.setup() - bash_path = "/bin/bash" os.execlp(bash_path, bash_path, "--rcfile", rcfile) -- cgit v0.9.1