#!/usr/bin/python import common import sys from devbot import run common.setup() run.run_command(sys.argv[1:])