Show More
@@ -35,6 +35,8 from IPython.utils.process import find_cmd | |||||
35 | from IPython.utils.tempdir import TemporaryDirectory, TemporaryWorkingDirectory |
|
35 | from IPython.utils.tempdir import TemporaryDirectory, TemporaryWorkingDirectory | |
36 | from IPython.utils.syspathcontext import prepended_to_syspath |
|
36 | from IPython.utils.syspathcontext import prepended_to_syspath | |
37 |
|
37 | |||
|
38 | # import needed by doctest | |||
|
39 | from .test_debugger import PdbTestInput # noqa: F401 | |||
38 |
|
40 | |||
39 |
|
41 | |||
40 | @magic.magics_class |
|
42 | @magic.magics_class |
General Comments 0
You need to be logged in to leave comments.
Login now