#!"C:\Program Files\Borealis IMS-2.2.7\ms4w\Apache\htdocs\geoprisma\trunk\lib\externals\mapfish-trunk\client\trunk\build\venv\Scripts\python.exe"
# EASY-INSTALL-ENTRY-SCRIPT: 'JSTools==0.1.5','console_scripts','jsmin'
__requires__ = 'JSTools==0.1.5'
import sys
from pkg_resources import load_entry_point

sys.exit(
   load_entry_point('JSTools==0.1.5', 'console_scripts', 'jsmin')()
)
