##// END OF EJS Templates
Adding back kernel dead choice for user....
Adding back kernel dead choice for user. I had removed the choice for the user to not restart a dead kernel but we are using that elsewhere. Eventually we may not give them a choice, but for now we will use that model.

File last commit:

r3408:261328d5
r7178:b9a7cde7
Show More
__init__.py
4 lines | 82 B | text/x-python | PythonLexer
Thomas Spura
Unbundle of all external modules....
r3408 try:
from pyparsing import *
except ImportError:
from _pyparsing import *