##// END OF EJS Templates
Update templates to new directory name for codemirror.
Update templates to new directory name for codemirror.

File last commit:

r4053:b45902e3
r4935:5b206ff1
Show More
__init__.py
4 lines | 82 B | text/x-python | PythonLexer
try:
from decorator import *
except ImportError:
from _decorator import *