##// END OF EJS Templates
Add tooltip to Download/Print indicating need to save first...
Add tooltip to Download/Print indicating need to save first A real fix would be to trigger a save on each of thes actions, which would address #852 closes gh-895

File last commit:

r3408:261328d5
r5150:bbc4d01c
Show More
__init__.py
4 lines | 90 B | text/x-python | PythonLexer
try:
from simplegeneric import *
except ImportError:
from _simplegeneric import *