#!/usr/bin/python
# EASY-INSTALL-ENTRY-SCRIPT: 'rhevsh==0.9-git20110418','console_scripts','rhevsh'
__requires__ = 'rhevsh==0.9-git20110418'
import sys
from pkg_resources import load_entry_point

if __name__ == '__main__':
    sys.exit(
        load_entry_point('rhevsh==0.9-git20110418', 'console_scripts', 'rhevsh')()
    )
