##// END OF EJS Templates
Merge pull request #1247 from ernop/patch-1...
Merge pull request #1247 from ernop/patch-1 fixes a bug causing extra newlines after comments in colorized code.

File last commit:

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