#!/usr/bin/python

import sys
sys.path.insert(0, '/usr/share/kcare-eportal')

from eportal.cli.rollout import main

main()
