##// END OF EJS Templates
@Carreau 's review comments.
@Carreau 's review comments.

File last commit:

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