#!/usr/bin/python

from pabot.pabot import main
import sys

main(sys.argv[1:])
