##// END OF EJS Templates
Changed require.js load calls to allow require.js to pass...
Changed require.js load calls to allow require.js to pass the import module handles around.

File last commit:

r13347:54891794
r14374:49ef62f3
Show More
__init__.py
4 lines | 83 B | text/x-python | PythonLexer
try:
from decorator import *
except ImportError:
from ._decorator import *