##// END OF EJS Templates
Moving dtutils.py to deathrow....
Moving dtutils.py to deathrow. This change is legal only in states where capital punishment is legal.

File last commit:

r2015:71609393
r2019:2d44c08e
Show More
test_imports.py
10 lines | 250 B | text/x-python | PythonLexer
Brian Granger
completer.py => core/completer.py and imports updated.
r2012 #!/usr/bin/env python
# encoding: utf-8
def test_import_completer():
from IPython.core import completer
Brian Granger
CrashHandler.py => core/crashhandler.py and updated all imports.
r2014 def test_import_crashhandler():
from IPython.core import crashhandler
Brian Granger
Debugger.py => core/debugger.py and updated all imports.
r2015
def test_import_debugger():
from IPython.core import debugger