##// END OF EJS Templates
CrashHandler.py => core/crashhandler.py and updated all imports.
CrashHandler.py => core/crashhandler.py and updated all imports.

File last commit:

r2014:e761d004
r2014:e761d004
Show More
test_imports.py
8 lines | 184 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