#!/usr/bin/env python import sys import common from devbot import build common.setup() if not build.distribute(): sys.exit(1)