##// END OF EJS Templates
Catch and/or log a bit more errors.
Catch and/or log a bit more errors.

File last commit:

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