#!/usr/bin/python
# EASY-INSTALL-ENTRY-SCRIPT: 'enthought.mayavi==2.2.0','console_scripts','mayavi2'
__requires__ = 'enthought.mayavi==2.2.0'
import sys
from pkg_resources import load_entry_point

sys.exit(
   load_entry_point('enthought.mayavi==2.2.0', 'console_scripts', 'mayavi2')()
)
