##// END OF EJS Templates
Backport PR #4064: Store default codemirror mode in only 1 place...
Backport PR #4064: Store default codemirror mode in only 1 place All is in title. The default_mode value was not used in any other places.

File last commit:

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