##// END OF EJS Templates
Add tooltips to the notebook via 'title' attr....
Add tooltips to the notebook via 'title' attr. All buttons, show/hide clickable areas, etc. should have some tooltip describing what they do. There are jQuery plugins for enhanced tooltips, but this gets the lightest version working. closes #436

File last commit:

r2460:e8303d57
r5097:accaced7
Show More
setupegg.py
6 lines | 156 B | text/x-python | PythonLexer
#!/usr/bin/env python
"""Wrapper to run setup.py using setuptools."""
# Import setuptools and call the actual setup
import setuptools
execfile('setup.py')