##// END OF EJS Templates
Merge pull request #7035 from Carreau/use-map...
Merge pull request #7035 from Carreau/use-map Use require-js map instead of hacking path to our need. closes #7034

File last commit:

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