mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-17 12:39:54 +08:00
Shell.py => core/shell.py and imports updated.
This commit is contained in:
parent
7c088ae84a
commit
a522e6f6fd
@ -195,7 +195,7 @@ def make_runners():
|
||||
"""
|
||||
|
||||
# This omits additional top-level modules that should not be doctested.
|
||||
# XXX: Shell.py is also ommited because of a bug in the skip_doctest
|
||||
# XXX: shell.py is also ommited because of a bug in the skip_doctest
|
||||
# decorator. See ticket https://bugs.launchpad.net/bugs/366209
|
||||
top_mod = \
|
||||
['backgroundjobs.py', 'coloransi.py', 'completer.py', 'configloader.py',
|
||||
@ -209,7 +209,7 @@ def make_runners():
|
||||
'shellglobals.py', 'strdispatch.py', 'twshell.py',
|
||||
'ultraTB.py', 'upgrade_dir.py', 'usage.py', 'wildcard.py',
|
||||
# See note above for why this is skipped
|
||||
# 'Shell.py',
|
||||
# 'shell.py',
|
||||
'winconsole.py']
|
||||
|
||||
if have_pexpect:
|
||||
|
Loading…
Reference in New Issue
Block a user