##// END OF EJS Templates
raise test log_level, to prevent output during tests
raise test log_level, to prevent output during tests

File last commit:

r3408:261328d5
r3948:17487530
Show More
__init__.py
4 lines | 90 B | text/x-python | PythonLexer
try:
from simplegeneric import *
except ImportError:
from _simplegeneric import *