##// END OF EJS Templates
don't show tooltip if object is not found...
don't show tooltip if object is not found closes #4875

File last commit:

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