#!/usr/bin/python
# EASY-INSTALL-ENTRY-SCRIPT: 'ovirt-shell==3.3.0.6-1','console_scripts','ovirt-shell'
__requires__ = 'ovirt-shell==3.3.0.6-1'
import sys
from pkg_resources import load_entry_point

sys.exit(
   load_entry_point('ovirt-shell==3.3.0.6-1', 'console_scripts', 'ovirt-shell')()
)
