##// END OF EJS Templates
don't instantiate Application just for default logger...
don't instantiate Application just for default logger It's unlikely to happen in IPython itself, but can happen if config loaders are used elsewhere.

File last commit:

r13347:54891794
r15854:8043287a
Show More
__init__.py
4 lines | 91 B | text/x-python | PythonLexer
try:
from simplegeneric import *
except ImportError:
from ._simplegeneric import *