##// END OF EJS Templates
Fix typo, static msg content c&p from button widget view.
Fix typo, static msg content c&p from button widget view.

File last commit:

r13347:54891794
r14405:86acbc1e
Show More
__init__.py
4 lines | 91 B | text/x-python | PythonLexer
try:
from simplegeneric import *
except ImportError:
from ._simplegeneric import *