mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-01 12:56:54 +08:00
deep_reload.py =? lib/deepreload.py and imports updated.
This commit is contained in:
parent
8221c8f920
commit
32a5e3041d
@ -199,7 +199,7 @@ def make_runners():
|
||||
# decorator. See ticket https://bugs.launchpad.net/bugs/366209
|
||||
top_mod = \
|
||||
['backgroundjobs.py', 'coloransi.py', 'completer.py', 'configloader.py',
|
||||
'crashhandler.py', 'debugger.py', 'deep_reload.py', 'demo.py',
|
||||
'crashhandler.py', 'debugger.py', 'deepreload.py', 'demo.py',
|
||||
'DPyGetOpt.py', 'dtutils.py', 'excolors.py', 'FakeModule.py',
|
||||
'generics.py', 'genutils.py', 'history.py', 'hooks.py', 'ipapi.py',
|
||||
'iplib.py', 'ipmaker.py', 'ipstruct.py', 'Itpl.py',
|
||||
|
Loading…
Reference in New Issue
Block a user