#!/usr/bin/python
# EASY-INSTALL-ENTRY-SCRIPT: 'pyreport==0.3.4b','console_scripts','pyreport'
__requires__ = 'pyreport==0.3.4b'
import sys
from pkg_resources import load_entry_point

sys.exit(
   load_entry_point('pyreport==0.3.4b', 'console_scripts', 'pyreport')()
)
