#! /usr/bin/python

import sys
sys.path.insert(0, '/usr/lib/buildbot/vendor')

from buildbot.scripts import runner
runner.run()
