##// END OF EJS Templates
Don't autoclose strings...
Don't autoclose strings CodeMirror doesn't do the right thing with triple-quoted strings, so don't let it try.

File last commit:

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