#!/usr/bin/python
# EASY-INSTALL-ENTRY-SCRIPT: 'rhevsh==1.0-rc1.14','console_scripts','rhevsh'
__requires__ = 'rhevsh==1.0-rc1.14'
import sys
from pkg_resources import load_entry_point

if __name__ == '__main__':
    sys.exit(
        load_entry_point('rhevsh==1.0-rc1.14', 'console_scripts', 'rhevsh')()
    )
