#!/Users/mkorpela/workspace/pabot/.pabotenv/bin/python

from pabot.pabot import main
import sys

main(sys.argv[1:])
