##// END OF EJS Templates
Backport PR #5818: interpret any exception in getcallargs as not callable...
Backport PR #5818: interpret any exception in getcallargs as not callable some object (mock) lie to callable closes #5817

File last commit:

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