##// END OF EJS Templates
Merge pull request #2192 from Carreau/notification...
Merge pull request #2192 from Carreau/notification Introduce Notification Area This allow several notification widget to be next one to the other in the notification area. The Api allow also to register a callback if the user click on the notification. and allows sticky and non sticky notification.

File last commit:

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