#!/usr/bin/python

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

from eportal.cli.rollback import main

main()
