#!/usr/bin/env python
# EASY-INSTALL-SCRIPT: 'CherryPy==3.7.0','cherryd'
__requires__ = 'CherryPy==3.7.0'
import pkg_resources
pkg_resources.run_script('CherryPy==3.7.0', 'cherryd')
