#!/usr/bin/python
# EASY-INSTALL-ENTRY-SCRIPT: 'ClusterShell==1.7.3','console_scripts','clush'
__requires__ = 'ClusterShell==1.7.3'
import sys
from pkg_resources import load_entry_point

sys.exit(
   load_entry_point('ClusterShell==1.7.3', 'console_scripts', 'clush')()
)
