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