##// END OF EJS Templates
Backport PR #3973: logging.Formatter is not new-style in 2.6...
Backport PR #3973: logging.Formatter is not new-style in 2.6 so we can't use super. closes #3968

File last commit:

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