##// END OF EJS Templates
replace "Yes, close all" button text with 'Quit'...
replace "Yes, close all" button text with 'Quit' The explanation is already in the body of the message, and the 'close all' is confusing for `%qtconsole` launched consoles, which don't halt their kernels.

File last commit:

r4574:a8c54759
r5716:05cbf58d
Show More
test_imports.py
13 lines | 285 B | text/x-python | PythonLexer
# encoding: utf-8
def test_import_backgroundjobs():
from IPython.lib import backgroundjobs
def test_import_deepreload():
from IPython.lib import deepreload
def test_import_demo():
from IPython.lib import demo
def test_import_irunner():
from IPython.lib import demo