##// END OF EJS Templates
Debugger.py => core/debugger.py and updated all imports.
Debugger.py => core/debugger.py and updated all imports.

File last commit:

r2015:71609393
r2015:71609393
Show More
test_imports.py
10 lines | 250 B | text/x-python | PythonLexer
#!/usr/bin/env python
# encoding: utf-8
def test_import_completer():
from IPython.core import completer
def test_import_crashhandler():
from IPython.core import crashhandler
def test_import_debugger():
from IPython.core import debugger