Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/commands/shell
blob: e588e06abefac18b9842e7b075b4ec57792b246e (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/python

import common

from devbot import shell

common.setup()
shell.start()