##// END OF EJS Templates
Colors now working in tracebacks and the pager....
Colors now working in tracebacks and the pager. For now I am just converting ANSI color escape sequences to HTML <span> tags that have css classes for coloring.

File last commit:

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