##// 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:

r415:4a5dcb15
r4383:00dc27fc
Show More
__init__.py
5 lines | 105 B | text/x-python | PythonLexer
"""
This package contains all third-party modules bundled with IPython.
"""
__all__ = ["simplegeneric"]