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

File last commit:

r2036:79326b62
r2036:79326b62
Show More
test_imports.py
42 lines | 888 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
def test_import_ipapi():
from IPython.core import ipapi
def test_import_iplib():
from IPython.core import iplib
def test_import_ipmaker():
from IPython.core import ipmaker
def test_import_logger():
from IPython.core import logger
def test_import_macro():
from IPython.core import macro
def test_import_magic():
from IPython.core import magic