##// END OF EJS Templates
hooks.py => core/hooks.py and updated imports.
hooks.py => core/hooks.py and updated imports.

File last commit:

r2026:ee3f8484
r2026:ee3f8484
Show More
test_imports.py
26 lines | 518 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
def test_import_fakemodule():
from IPython.core import fakemodule
def test_import_excolors():
from IPython.core import excolors
def test_import_history():
from IPython.core import history
def test_import_hooks():
from IPython.core import hooks