##// END OF EJS Templates
Remove input_prefilter hook...
Remove input_prefilter hook Our code already doesn't call this hook (as pointed out in gh-4709), and probably hasn't for some time, so it seems ~no-one is relying on it. We have much more powerful APIs to do the same thing.

File last commit:

r13855:18493681
r13894:1b04c9a0
Show More
test_imports.py
11 lines | 270 B | text/x-python | PythonLexer
# encoding: utf-8
from IPython.testing import decorators as dec
def test_import_backgroundjobs():
from IPython.lib import backgroundjobs
def test_import_deepreload():
from IPython.lib import deepreload
def test_import_demo():
from IPython.lib import demo