##// END OF EJS Templates
minor fixes to allow kernel to be re-entrant...
minor fixes to allow kernel to be re-entrant * user_mod doesn't typecheck ModuleType, because it can be a DummyMod * start hearbeat thread in initialize step, not start. * ensure shell.exit_now is False at Kernel.start

File last commit:

r3408:261328d5
r6826:d34fb7b4
Show More
__init__.py
4 lines | 72 B | text/x-python | PythonLexer
try:
from path import *
except ImportError:
from _path import *