#!/usr/local/bin/python2.7
# EASY-INSTALL-ENTRY-SCRIPT: 'pyprof2calltree==1.1.0','console_scripts','pyprof2calltree'
__requires__ = 'pyprof2calltree==1.1.0'
import sys
from pkg_resources import load_entry_point

sys.exit(
   load_entry_point('pyprof2calltree==1.1.0', 'console_scripts', 'pyprof2calltree')()
)
