##// END OF EJS Templates
Print that generating coverage report failed when runnign js test only
Print that generating coverage report failed when runnign js test only

File last commit:

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