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

import common

from devbot import run

common.setup()
run.run_sugar()