##// 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
#!/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