Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/devbot/shell.py
diff options
context:
space:
mode:
Diffstat (limited to 'devbot/shell.py')
-rw-r--r--devbot/shell.py4
1 files changed, 0 insertions, 4 deletions
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)