##// END OF EJS Templates
remove KernelApp.parent_appname...
remove KernelApp.parent_appname This allowed the Kernel to load config from ipython_qtconsole_config.py or ipython_notebook_config.py, depending on the parent that started the kernel. This is of limited usefulness, and can add weird, unexpected side effects.

File last commit:

r13347:54891794
r17100:fc70e8a4
Show More
__init__.py
4 lines | 83 B | text/x-python | PythonLexer
Thomas Spura
Unbundle of all external modules....
r3408 try:
from decorator import *
except ImportError:
Thomas Kluyver
Use explicit relative imports...
r13347 from ._decorator import *